#E2BDB6
A very light, moderate red closely aligning with Pink.
About #E2BDB6
The hex code #E2BDB6 represents a beautifully specific shade of red. Its closest recognized web color is Pink. In the RGB color space, it consists of 226 red, 189 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 16% Magenta, 19% Yellow, and 11% Black. With a hue angle of 9.5 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2BDB6
RGB226, 189, 182
HSL9.5°, 43.1%, 80.0%
CMYK0%, 16%, 19%, 11%
HSV9.5°, 19.5%, 88.6%
LAB79.6, 12.1, 8.5
XYZ58.0, 55.9, 52.0
Decimal14859702
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.19:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2BDB6;
}
.text-color {
color: #E2BDB6;
}
.border-color {
border: 2px solid #E2BDB6;
}