#E2BDDB
A very light, moderate magenta closely aligning with Thistle.
About #E2BDDB
When working with digital screens, the color #E2BDDB is rendered by mixing light. Designers often compare it to the standard color Thistle. This translates to an RGB value of rgb(226, 189, 219).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 16% Magenta, 3% Yellow, and 11% Black. The HSL representation is 311.4° hue, 38.9% saturation, and 81.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2BDDB
RGB226, 189, 219
HSL311.4°, 38.9%, 81.4%
CMYK0%, 16%, 3%, 11%
HSV311.4°, 16.4%, 88.6%
LAB80.6, 18.2, -10.0
XYZ62.3, 57.7, 74.9
Decimal14859739
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.54:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2BDDB;
}
.text-color {
color: #E2BDDB;
}
.border-color {
border: 2px solid #E2BDDB;
}