#E9F0FF
A very light, vivid neutral closely aligning with Lavender.
About #E9F0FF
Visually, #E9F0FF is defined as a vivid neutral. If you're using CSS, you might find it aligns closely with Lavender. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 240, and 255.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 9% C, 6% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9F0FF
RGB233, 240, 255
HSL220.9°, 100.0%, 95.7%
CMYK9%, 6%, 0%, 0%
HSV220.9°, 8.6%, 100.0%
LAB94.7, 0.5, -8.0
XYZ82.8, 86.9, 107.0
Decimal15331583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.14:1
Text on #FFFFFF
FAIL
18.37:1
Text on #000000
AAA
1.09:1
Text on #F8FAFC
FAIL
15.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9F0FF;
}
.text-color {
color: #E9F0FF;
}
.border-color {
border: 2px solid #E9F0FF;
}