#E2CCCC
A very light, muted red closely aligning with Lightgray.
About #E2CCCC
At its core, #E2CCCC is a very light and muted hue. If you're using CSS, you might find it aligns closely with Lightgray. This translates to an RGB value of rgb(226, 204, 204).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 10% M, 10% Y, and 11% K. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E2CCCC
RGB226, 204, 204
HSL0.0°, 27.5%, 84.3%
CMYK0%, 10%, 10%, 11%
HSV0.0°, 9.7%, 88.6%
LAB83.8, 7.7, 2.8
XYZ63.9, 63.7, 66.1
Decimal14863564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.74:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2CCCC;
}
.text-color {
color: #E2CCCC;
}
.border-color {
border: 2px solid #E2CCCC;
}