#DBDBBD
A very light, muted yellow closely aligning with Beige.
About #DBDBBD
At its core, #DBDBBD is a very light and muted hue. Designers often compare it to the standard color Beige. In the RGB color space, it consists of 219 red, 219 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 0% magenta, 14% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#DBDBBD
RGB219, 219, 189
HSL60.0°, 29.4%, 80.0%
CMYK0%, 0%, 14%, 14%
HSV60.0°, 13.7%, 85.9%
LAB86.7, -5.0, 14.8
XYZ63.7, 69.4, 58.2
Decimal14408637
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.88:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBDBBD;
}
.text-color {
color: #DBDBBD;
}
.border-color {
border: 2px solid #DBDBBD;
}