#FFE2E9
A very light, vivid neutral closely aligning with Mistyrose.
About #FFE2E9
At its core, #FFE2E9 is a very light and vivid hue. It is closely associated with the named CSS color Mistyrose. This translates to an RGB value of rgb(255, 226, 233).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 11% M, 9% Y, and 0% K. The HSL representation is 345.5° hue, 100.0% saturation, and 94.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFE2E9
RGB255, 226, 233
HSL345.5°, 100.0%, 94.3%
CMYK0%, 11%, 9%, 0%
HSV345.5°, 11.4%, 100.0%
LAB92.4, 11.1, 0.2
XYZ83.1, 81.5, 88.4
Decimal16769769
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.31:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE2E9;
}
.text-color {
color: #FFE2E9;
}
.border-color {
border: 2px solid #FFE2E9;
}