#E9BDB6
A very light, moderate red closely aligning with Pink.
About #E9BDB6
When working with digital screens, the color #E9BDB6 is rendered by mixing light. It is closely associated with the named CSS color Pink. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 189, and 182.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 19% Magenta, 22% Yellow, and 9% Black. With a hue angle of 8.2 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9BDB6
RGB233, 189, 182
HSL8.2°, 53.7%, 81.4%
CMYK0%, 19%, 22%, 9%
HSV8.2°, 21.9%, 91.4%
LAB80.2, 14.7, 9.5
XYZ60.2, 57.1, 52.1
Decimal15318454
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.42:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9BDB6;
}
.text-color {
color: #E9BDB6;
}
.border-color {
border: 2px solid #E9BDB6;
}