#FFDBE9
A very light, vivid neutral closely aligning with Mistyrose.
About #FFDBE9
The hex code #FFDBE9 represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Mistyrose. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 219, and 233.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 14% Magenta, 9% Yellow, and 0% Black. With a hue angle of 336.7 degrees, it sits comfortably in the neutral spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFDBE9
RGB255, 219, 233
HSL336.7°, 100.0%, 92.9%
CMYK0%, 14%, 9%, 0%
HSV336.7°, 14.1%, 100.0%
LAB90.7, 14.7, -2.2
XYZ81.3, 77.8, 87.8
Decimal16767977
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.56:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFDBE9;
}
.text-color {
color: #FFDBE9;
}
.border-color {
border: 2px solid #FFDBE9;
}