#E9E9F0
A very light, muted neutral closely aligning with Ghostwhite.
About #E9E9F0
At its core, #E9E9F0 is a very light and muted hue. Its closest recognized web color is Ghostwhite. In the RGB color space, it consists of 233 red, 233 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 3% C, 3% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9E9F0
RGB233, 233, 240
HSL240.0°, 18.9%, 92.7%
CMYK3%, 3%, 0%, 6%
HSV240.0°, 2.9%, 94.1%
LAB92.5, 1.3, -3.4
XYZ78.5, 81.9, 94.1
Decimal15329776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.38:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9E9F0;
}
.text-color {
color: #E9E9F0;
}
.border-color {
border: 2px solid #E9E9F0;
}