#FFE2BD
A very light, vivid orange closely aligning with Bisque.
About #FFE2BD
The precise color #FFE2BD is an excellent choice for modern design projects. Its closest recognized web color is Bisque. Its digital footprint relies on 255 parts red, 226 parts green, and 189 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 11% M, 26% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#FFE2BD
RGB255, 226, 189
HSL33.6°, 100.0%, 87.1%
CMYK0%, 11%, 26%, 0%
HSV33.6°, 25.9%, 100.0%
LAB91.4, 4.5, 21.8
XYZ77.6, 79.3, 59.4
Decimal16769725
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.87:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE2BD;
}
.text-color {
color: #FFE2BD;
}
.border-color {
border: 2px solid #FFE2BD;
}