#E2CCDB
A very light, muted magenta closely aligning with Thistle.
About #E2CCDB
When working with digital screens, the color #E2CCDB is rendered by mixing light. Designers often compare it to the standard color Thistle. This translates to an RGB value of rgb(226, 204, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 10% Magenta, 3% Yellow, and 11% Black. The HSL representation is 319.1° hue, 27.5% saturation, and 84.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2CCDB
RGB226, 204, 219
HSL319.1°, 27.5%, 84.3%
CMYK0%, 10%, 3%, 11%
HSV319.1°, 9.7%, 88.6%
LAB84.2, 10.3, -4.6
XYZ65.7, 64.5, 76.0
Decimal14863579
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.89:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2CCDB;
}
.text-color {
color: #E2CCDB;
}
.border-color {
border: 2px solid #E2CCDB;
}