#E2E9FF
A very light, vivid neutral closely aligning with Lavender.
About #E2E9FF
At its core, #E2E9FF is a very light and vivid hue. It is closely associated with the named CSS color Lavender. Its digital footprint relies on 226 parts red, 233 parts green, and 255 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 11% C, 9% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2E9FF
RGB226, 233, 255
HSL225.5°, 100.0%, 94.3%
CMYK11%, 9%, 0%, 0%
HSV225.5°, 11.4%, 100.0%
LAB92.4, 1.9, -11.4
XYZ78.6, 81.7, 106.2
Decimal14871039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.33:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2E9FF;
}
.text-color {
color: #E2E9FF;
}
.border-color {
border: 2px solid #E2E9FF;
}