#E9DBE2
A very light, muted magenta closely aligning with Gainsboro.
About #E9DBE2
At its core, #E9DBE2 is a very light and muted hue. It is closely associated with the named CSS color Gainsboro. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 219, and 226.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 6% Magenta, 3% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9DBE2
RGB233, 219, 226
HSL330.0°, 24.1%, 88.6%
CMYK0%, 6%, 3%, 9%
HSV330.0°, 6.0%, 91.4%
LAB88.7, 6.0, -1.7
XYZ72.7, 73.5, 82.3
Decimal15326178
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.70:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9DBE2;
}
.text-color {
color: #E9DBE2;
}
.border-color {
border: 2px solid #E9DBE2;
}