#E9B6D3
A very light, moderate magenta closely aligning with Thistle.
About #E9B6D3
At its core, #E9B6D3 is a very light and moderate hue. If you're using CSS, you might find it aligns closely with Thistle. In the RGB color space, it consists of 233 red, 182 green, and 211 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 22% M, 9% Y, and 9% K. With a hue angle of 325.9 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E9B6D3
RGB233, 182, 211
HSL325.9°, 53.7%, 81.4%
CMYK0%, 22%, 9%, 9%
HSV325.9°, 21.9%, 91.4%
LAB79.3, 23.0, -7.5
XYZ62.1, 55.5, 69.1
Decimal15316691
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.10:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9B6D3;
}
.text-color {
color: #E9B6D3;
}
.border-color {
border: 2px solid #E9B6D3;
}