#DBDBCC
A very light, muted yellow closely aligning with Gainsboro.
About #DBDBCC
The precise color #DBDBCC is an excellent choice for modern design projects. Designers often compare it to the standard color Gainsboro. This translates to an RGB value of rgb(219, 219, 204).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 0% magenta, 7% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBDBCC
RGB219, 219, 204
HSL60.0°, 17.2%, 82.9%
CMYK0%, 0%, 7%, 14%
HSV60.0°, 6.8%, 85.9%
LAB87.0, -2.6, 7.4
XYZ65.4, 70.1, 67.2
Decimal14408652
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.02:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBDBCC;
}
.text-color {
color: #DBDBCC;
}
.border-color {
border: 2px solid #DBDBCC;
}