#E9F0F0
A very light, muted neutral closely aligning with Whitesmoke.
About #E9F0F0
At its core, #E9F0F0 is a very light and muted hue. If you're using CSS, you might find it aligns closely with Whitesmoke. This translates to an RGB value of rgb(233, 240, 240).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 3% C, 0% M, 0% Y, and 6% K. With a hue angle of 180.0 degrees, it sits comfortably in the neutral spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9F0F0
RGB233, 240, 240
HSL180.0°, 18.9%, 92.7%
CMYK3%, 0%, 0%, 6%
HSV180.0°, 2.9%, 94.1%
LAB94.3, -2.3, -0.8
XYZ80.5, 85.9, 94.8
Decimal15331568
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.15:1
Text on #FFFFFF
FAIL
18.19:1
Text on #000000
AAA
1.10:1
Text on #F8FAFC
FAIL
15.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9F0F0;
}
.text-color {
color: #E9F0F0;
}
.border-color {
border: 2px solid #E9F0F0;
}