#E9DBE9
A very light, muted magenta closely aligning with Lavender.
About #E9DBE9
At its core, #E9DBE9 is a very light and muted hue. If you're using CSS, you might find it aligns closely with Lavender. In the RGB color space, it consists of 233 red, 219 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 6% M, 0% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9DBE9
RGB233, 219, 233
HSL300.0°, 24.1%, 88.6%
CMYK0%, 6%, 0%, 9%
HSV300.0°, 6.0%, 91.4%
LAB88.9, 7.2, -5.1
XYZ73.6, 73.9, 87.5
Decimal15326185
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.77:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9DBE9;
}
.text-color {
color: #E9DBE9;
}
.border-color {
border: 2px solid #E9DBE9;
}