#FFE9E9
A very light, vivid neutral closely aligning with Mistyrose.
About #FFE9E9
The precise color #FFE9E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mistyrose. This translates to an RGB value of rgb(255, 233, 233).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 9% M, 9% Y, and 0% K. With a hue angle of 0.0 degrees, it sits comfortably in the neutral spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFE9E9
RGB255, 233, 233
HSL0.0°, 100.0%, 95.7%
CMYK0%, 9%, 9%, 0%
HSV0.0°, 8.6%, 100.0%
LAB94.1, 7.5, 2.7
XYZ85.1, 85.4, 89.1
Decimal16771561
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.08:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE9E9;
}
.text-color {
color: #FFE9E9;
}
.border-color {
border: 2px solid #FFE9E9;
}