#DBCCBD
A very light, muted orange closely aligning with Lightgray.
About #DBCCBD
The hex code #DBCCBD represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Lightgray. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 204, and 189.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 7% Magenta, 14% Yellow, and 14% Black. With a hue angle of 30.0 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBCCBD
RGB219, 204, 189
HSL30.0°, 29.4%, 80.0%
CMYK0%, 7%, 14%, 14%
HSV30.0°, 13.7%, 85.9%
LAB82.9, 2.7, 9.3
XYZ60.0, 61.9, 56.9
Decimal14404797
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.38:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCCBD;
}
.text-color {
color: #DBCCBD;
}
.border-color {
border: 2px solid #DBCCBD;
}