#BDB624
A medium, moderate yellow closely aligning with Goldenrod.
About #BDB624
The hex code #BDB624 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Goldenrod. This translates to an RGB value of rgb(189, 182, 36).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 4% magenta inks. With a hue angle of 57.3 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDB624
RGB189, 182, 36
HSL57.3°, 68.0%, 44.1%
CMYK0%, 4%, 81%, 26%
HSV57.3°, 81.0%, 74.1%
LAB72.5, -13.0, 68.0
XYZ38.0, 44.4, 8.2
Decimal12432932
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.88:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDB624;
}
.text-color {
color: #BDB624;
}
.border-color {
border: 2px solid #BDB624;
}