#DBBDA8
A light, moderate orange closely aligning with Tan.
About #DBBDA8
At its core, #DBBDA8 is a light and moderate hue. Designers often compare it to the standard color Tan. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 189, and 168.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 14% Magenta, 23% Yellow, and 14% Black. With a hue angle of 24.7 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBBDA8
RGB219, 189, 168
HSL24.7°, 41.5%, 75.9%
CMYK0%, 14%, 23%, 14%
HSV24.7°, 23.3%, 85.9%
LAB78.6, 7.5, 14.6
XYZ54.5, 54.3, 44.7
Decimal14400936
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.86:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBBDA8;
}
.text-color {
color: #DBBDA8;
}
.border-color {
border: 2px solid #DBBDA8;
}