#E2BDAF
A light, moderate orange closely aligning with Peachpuff.
About #E2BDAF
Visually, #E2BDAF is defined as a moderate orange. Its closest recognized web color is Peachpuff. This translates to an RGB value of rgb(226, 189, 175).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 16% magenta, 23% yellow, and 11% black. With a hue angle of 16.5 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2BDAF
RGB226, 189, 175
HSL16.5°, 46.8%, 78.6%
CMYK0%, 16%, 23%, 11%
HSV16.5°, 22.6%, 88.6%
LAB79.4, 11.1, 12.0
XYZ57.3, 55.7, 48.3
Decimal14859695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.13:1
Text on #000000
AAA
1.65:1
Text on #F8FAFC
FAIL
10.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2BDAF;
}
.text-color {
color: #E2BDAF;
}
.border-color {
border: 2px solid #E2BDAF;
}