#E2CCF8
A very light, vivid purple closely aligning with Thistle.
About #E2CCF8
At its core, #E2CCF8 is a very light and vivid hue. Its closest recognized web color is Thistle. In the RGB color space, it consists of 226 red, 204 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 9% cyan and 18% magenta inks. The HSL representation is 270.0° hue, 75.9% saturation, and 88.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2CCF8
RGB226, 204, 248
HSL270.0°, 75.9%, 88.6%
CMYK9%, 18%, 0%, 3%
HSV270.0°, 17.7%, 97.3%
LAB85.1, 15.7, -18.8
XYZ69.9, 66.1, 97.9
Decimal14863608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.23:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2CCF8;
}
.text-color {
color: #E2CCF8;
}
.border-color {
border: 2px solid #E2CCF8;
}