#E6E6FA
A very light, moderate neutral closely aligning with Lavender.
About #E6E6FA
Visually, #E6E6FA is defined as a moderate neutral. It is closely associated with the named CSS color Lavender. In the RGB color space, it consists of 230 red, 230 green, and 250 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 8% cyan, 8% magenta, 0% yellow, and 2% black. With a hue angle of 240.0 degrees, it sits comfortably in the neutral spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E6E6FA
RGB230, 230, 250
HSL240.0°, 66.7%, 94.1%
CMYK8%, 8%, 0%, 2%
HSV240.0°, 8.0%, 98.0%
LAB91.8, 3.7, -9.7
XYZ78.2, 80.3, 101.8
Decimal15132410
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.06:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E6E6FA;
}
.text-color {
color: #E6E6FA;
}
.border-color {
border: 2px solid #E6E6FA;
}