#E9E2FF
A very light, vivid neutral closely aligning with Lavender.
About #E9E2FF
At its core, #E9E2FF is a very light and vivid hue. Its closest recognized web color is Lavender. This translates to an RGB value of rgb(233, 226, 255).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 9% cyan, 11% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9E2FF
RGB233, 226, 255
HSL254.5°, 100.0%, 94.3%
CMYK9%, 11%, 0%, 0%
HSV254.5°, 11.4%, 100.0%
LAB91.2, 7.7, -13.2
XYZ78.9, 78.9, 105.7
Decimal15327999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.79:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9E2FF;
}
.text-color {
color: #E9E2FF;
}
.border-color {
border: 2px solid #E9E2FF;
}