#E9F0E9
A very light, muted neutral closely aligning with Whitesmoke.
About #E9F0E9
At its core, #E9F0E9 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, 233).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 3% Cyan, 0% Magenta, 3% Yellow, and 6% Black. With a hue angle of 120.0 degrees, it sits comfortably in the neutral spectrum.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E9F0E9
RGB233, 240, 233
HSL120.0°, 18.9%, 92.7%
CMYK3%, 0%, 3%, 6%
HSV120.0°, 2.9%, 94.1%
LAB94.1, -3.6, 2.6
XYZ79.5, 85.5, 89.4
Decimal15331561
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.11:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9F0E9;
}
.text-color {
color: #E9F0E9;
}
.border-color {
border: 2px solid #E9F0E9;
}