#E9BDA8
A light, moderate orange closely aligning with Peachpuff.
About #E9BDA8
At its core, #E9BDA8 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Peachpuff. In the RGB color space, it consists of 233 red, 189 green, and 168 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 19% Magenta, 28% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9BDA8
RGB233, 189, 168
HSL19.4°, 59.6%, 78.6%
CMYK0%, 19%, 28%, 9%
HSV19.4°, 27.9%, 91.4%
LAB79.9, 12.7, 16.6
XYZ58.9, 56.5, 44.9
Decimal15318440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.31:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9BDA8;
}
.text-color {
color: #E9BDA8;
}
.border-color {
border: 2px solid #E9BDA8;
}