#E2C5B6
A very light, moderate orange closely aligning with Peachpuff.
About #E2C5B6
Visually, #E2C5B6 is defined as a moderate orange. Its closest recognized web color is Peachpuff. In the RGB color space, it consists of 226 red, 197 green, and 182 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 0% cyan and 13% magenta inks. The HSL representation is 20.5° hue, 43.1% saturation, and 80.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2C5B6
RGB226, 197, 182
HSL20.5°, 43.1%, 80.0%
CMYK0%, 13%, 19%, 11%
HSV20.5°, 19.5%, 88.6%
LAB81.6, 7.9, 11.3
XYZ59.8, 59.5, 52.6
Decimal14861750
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.90:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2C5B6;
}
.text-color {
color: #E2C5B6;
}
.border-color {
border: 2px solid #E2C5B6;
}