#DBCCC5
A very light, muted orange closely aligning with Lightgray.
About #DBCCC5
When working with digital screens, the color #DBCCC5 is rendered by mixing light. Designers often compare it to the standard color Lightgray. In the RGB color space, it consists of 219 red, 204 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 7% M, 10% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBCCC5
RGB219, 204, 197
HSL19.1°, 23.4%, 81.6%
CMYK0%, 7%, 10%, 14%
HSV19.1°, 10.0%, 85.9%
LAB83.1, 4.0, 5.3
XYZ60.9, 62.3, 61.6
Decimal14404805
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.46:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBCCC5;
}
.text-color {
color: #DBCCC5;
}
.border-color {
border: 2px solid #DBCCC5;
}