#DBC5AF
A light, moderate orange closely aligning with Peachpuff.
About #DBC5AF
The hex code #DBC5AF represents a beautifully specific shade of orange. Its closest recognized web color is Peachpuff. This translates to an RGB value of rgb(219, 197, 175).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 10% M, 20% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a 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#DBC5AF
RGB219, 197, 175
HSL30.0°, 37.9%, 77.3%
CMYK0%, 10%, 20%, 14%
HSV30.0°, 20.1%, 85.9%
LAB80.8, 4.3, 13.9
XYZ56.9, 58.1, 48.8
Decimal14402991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.62:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBC5AF;
}
.text-color {
color: #DBC5AF;
}
.border-color {
border: 2px solid #DBC5AF;
}