#E2E2F0
A very light, moderate neutral closely aligning with Lavender.
About #E2E2F0
When working with digital screens, the color #E2E2F0 is rendered by mixing light. Its closest recognized web color is Lavender. This translates to an RGB value of rgb(226, 226, 240).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 6% C, 6% M, 0% Y, and 6% K. With a hue angle of 240.0 degrees, it sits comfortably in the neutral spectrum.
When using this color as a background, text legibility must be considered. 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#E2E2F0
RGB226, 226, 240
HSL240.0°, 31.8%, 91.4%
CMYK6%, 6%, 0%, 6%
HSV240.0°, 5.8%, 94.1%
LAB90.3, 2.6, -6.8
XYZ74.3, 76.9, 93.4
Decimal14869232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.37:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2E2F0;
}
.text-color {
color: #E2E2F0;
}
.border-color {
border: 2px solid #E2E2F0;
}