#DBDB49
A medium, moderate yellow closely aligning with Yellowgreen.
About #DBDB49
The hex code #DBDB49 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Yellowgreen. Its digital footprint relies on 219 parts red, 219 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 0% Magenta, 67% Yellow, and 14% Black. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBDB49
RGB219, 219, 73
HSL60.0°, 67.0%, 57.3%
CMYK0%, 0%, 67%, 14%
HSV60.0°, 66.7%, 85.9%
LAB85.1, -17.2, 68.5
XYZ55.7, 66.2, 16.1
Decimal14408521
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.24:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBDB49;
}
.text-color {
color: #DBDB49;
}
.border-color {
border: 2px solid #DBDB49;
}