#E9D3BD
A very light, moderate orange closely aligning with Bisque.
About #E9D3BD
Visually, #E9D3BD is defined as a moderate orange. Its closest recognized web color is Bisque. This translates to an RGB value of rgb(233, 211, 189).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 9% Magenta, 19% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9D3BD
RGB233, 211, 189
HSL30.0°, 50.0%, 82.7%
CMYK0%, 9%, 19%, 9%
HSV30.0°, 18.9%, 91.4%
LAB85.8, 4.2, 13.7
XYZ66.1, 67.6, 57.7
Decimal15324093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.52:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9D3BD;
}
.text-color {
color: #E9D3BD;
}
.border-color {
border: 2px solid #E9D3BD;
}