Light lavendar to RGB — Color Code

RGB

rgb(239, 192, 254)

Format Value
HEX #efc0fe
RGB rgb(239, 192, 254)
HSL hsl(285.5, 96.9%, 87.5%)
CMYK cmyk(5.9%, 24.4%, 0%, 0.4%)

What is the RGB code for light lavendar?

The CSS color light lavendar in RGB format is rgb(239, 192, 254). Use this value directly in CSS, SVG, and most design tools.

How do I use light lavendar in CSS?

To apply light lavendar in CSS:

  • Text color: color: rgb(239, 192, 254);
  • Background: background-color: rgb(239, 192, 254);
  • Border: border-color: rgb(239, 192, 254);

What are all the color format values for light lavendar?

FormatValue
HEX#efc0fe
RGBrgb(239, 192, 254)
HSLhsl(285.5, 96.9%, 87.5%)
CMYKcmyk(5.9%, 24.4%, 0%, 0.4%)

How do I convert light lavendar to RGB?

Select light lavendar from the color name list in our color converter. The RGB value — rgb(239, 192, 254) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light lavendar belong to?

light lavendar belongs to the purple color family. It is a light, vivid color with HSL values: hue 285.5°, saturation 96.9%, lightness 87.5%.

How do I create lighter and darker shades of light lavendar?

Lighter variant (lightness 95%): #f9e6ff. Darker variant (lightness 72.5%): #dc75fd. 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.