#E2E2FF
A very light, vivid neutral closely aligning with Lavender.
About #E2E2FF
When working with digital screens, the color #E2E2FF is rendered by mixing light. Its closest recognized web color is Lavender. This translates to an RGB value of rgb(226, 226, 255).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 11% cyan and 11% magenta inks. 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. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2E2FF
RGB226, 226, 255
HSL240.0°, 100.0%, 94.3%
CMYK11%, 11%, 0%, 0%
HSV240.0°, 11.4%, 100.0%
LAB90.7, 5.5, -14.0
XYZ76.6, 77.8, 105.6
Decimal14869247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.56:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2E2FF;
}
.text-color {
color: #E2E2FF;
}
.border-color {
border: 2px solid #E2E2FF;
}