#E2BDE2
A very light, moderate magenta closely aligning with Thistle.
About #E2BDE2
When working with digital screens, the color #E2BDE2 is rendered by mixing light. Designers often compare it to the standard color Thistle. In the RGB color space, it consists of 226 red, 189 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 16% Magenta, 0% Yellow, and 11% Black. The HSL representation is 300.0° hue, 38.9% saturation, and 81.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2BDE2
RGB226, 189, 226
HSL300.0°, 38.9%, 81.4%
CMYK0%, 16%, 0%, 11%
HSV300.0°, 16.4%, 88.6%
LAB80.8, 19.5, -13.5
XYZ63.3, 58.1, 79.8
Decimal14859746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.61:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2BDE2;
}
.text-color {
color: #E2BDE2;
}
.border-color {
border: 2px solid #E2BDE2;
}