#E2C5BD
A very light, moderate red closely aligning with Mistyrose.
About #E2C5BD
At its core, #E2C5BD is a very light and moderate hue. Its closest recognized web color is Mistyrose. This translates to an RGB value of rgb(226, 197, 189).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 13% magenta, 16% yellow, and 11% black. The HSL representation is 13.0° hue, 38.9% saturation, and 81.4% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2C5BD
RGB226, 197, 189
HSL13.0°, 38.9%, 81.4%
CMYK0%, 13%, 16%, 11%
HSV13.0°, 16.4%, 88.6%
LAB81.7, 9.0, 7.8
XYZ60.5, 59.8, 56.5
Decimal14861757
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.96:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2C5BD;
}
.text-color {
color: #E2C5BD;
}
.border-color {
border: 2px solid #E2C5BD;
}