Pastel purple to HEX — Color Code

HEX

#caa0ff

Format Value
HEX #caa0ff
RGB rgb(202, 160, 255)
HSL hsl(266.5, 100%, 81.4%)
CMYK cmyk(20.8%, 37.3%, 0%, 0%)

What is the HEX code for pastel purple?

The CSS color pastel purple in HEX format is #caa0ff. Use this value directly in CSS, SVG, and most design tools.

How do I use pastel purple in CSS?

To apply pastel purple in CSS:

  • Text color: color: #caa0ff;
  • Background: background-color: #caa0ff;
  • Border: border-color: #caa0ff;

What are all the color format values for pastel purple?

FormatValue
HEX#caa0ff
RGBrgb(202, 160, 255)
HSLhsl(266.5, 100%, 81.4%)
CMYKcmyk(20.8%, 37.3%, 0%, 0%)

How do I convert pastel purple to HEX?

Select pastel purple from the color name list in our color converter. The HEX value — #caa0ff — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does pastel purple belong to?

pastel purple belongs to the blue color family. It is a light, vivid color with HSL values: hue 266.5°, saturation 100%, lightness 81.4%.

How do I create lighter and darker shades of pastel purple?

Lighter variant (lightness 95%): #f1e5ff. Darker variant (lightness 66.4%): #9f54ff. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.