#E2B6CC
A very light, moderate magenta closely aligning with Thistle.
About #E2B6CC
The precise color #E2B6CC is an excellent choice for modern design projects. Its closest recognized web color is Thistle. In the RGB color space, it consists of 226 red, 182 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 19% M, 10% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#E2B6CC
RGB226, 182, 204
HSL330.0°, 43.1%, 80.0%
CMYK0%, 19%, 10%, 11%
HSV330.0°, 19.5%, 88.6%
LAB78.5, 19.4, -5.1
XYZ59.0, 54.0, 64.4
Decimal14857932
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.80:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2B6CC;
}
.text-color {
color: #E2B6CC;
}
.border-color {
border: 2px solid #E2B6CC;
}