Lilac to RGB — Color Code

RGB

rgb(206, 162, 253)

Format Value
HEX #cea2fd
RGB rgb(206, 162, 253)
HSL hsl(269, 95.8%, 81.4%)
CMYK cmyk(18.6%, 36%, 0%, 0.8%)

What is the RGB code for lilac?

The CSS color lilac in RGB format is rgb(206, 162, 253). Use this value directly in CSS, SVG, and most design tools.

How do I use lilac in CSS?

To apply lilac in CSS:

  • Text color: color: rgb(206, 162, 253);
  • Background: background-color: rgb(206, 162, 253);
  • Border: border-color: rgb(206, 162, 253);

What are all the color format values for lilac?

FormatValue
HEX#cea2fd
RGBrgb(206, 162, 253)
HSLhsl(269, 95.8%, 81.4%)
CMYKcmyk(18.6%, 36%, 0%, 0.8%)

How do I convert lilac to RGB?

Select lilac from the color name list in our color converter. The RGB value — rgb(206, 162, 253) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does lilac belong to?

lilac belongs to the blue color family. It is a light, vivid color with HSL values: hue 269°, saturation 95.8%, lightness 81.4%.

How do I create lighter and darker shades of lilac?

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

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.