Light lavendar to RGB — Color Code

#efc0fe
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%)
HSV hsv(285.5, 24.4%, 99.6%)

light lavendar color harmonies

Tints & shades of light lavendar

Tints (lighter)

#f0c6fe #f2cbfe #f3d1fe #f5d7fe #f6ddfe #f8e2ff #f9e8ff #fbeeff #fcf4ff #fef9ff

Shades (darker)

#d9afe7 #c49dd0 #ae8cb9 #987aa2 #82698b #6d5773 #57465c #413445 #2b232e #161117

Contrast & accessibility

The quick brown fox

On white · 1.54:1 · Fail

The quick brown fox

On black · 13.64:1 · AAA

Recommended text color: #000000

Use light lavendar in code

CSS color: #efc0fe;
SCSS $color: #efc0fe;
Tailwind bg-[#efc0fe]
Swift UIColor(red: 0.937, green: 0.753, blue: 0.996, alpha: 1)
Android Color.parseColor("#efc0fe")
Flutter Color(0xFFEFC0FE)

Colors similar to light lavendar

Browse all Purple colors →

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.