#BDB607
A dark, vivid yellow closely aligning with Goldenrod.
About #BDB607
At its core, #BDB607 is a dark and vivid hue. It is closely associated with the named CSS color Goldenrod. This translates to an RGB value of rgb(189, 182, 7).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 4% M, 96% Y, and 26% K. The HSL representation is 57.7° hue, 92.9% saturation, and 38.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#BDB607
RGB189, 182, 7
HSL57.7°, 92.9%, 38.4%
CMYK0%, 4%, 96%, 26%
HSV57.7°, 96.3%, 74.1%
LAB72.4, -13.6, 73.3
XYZ37.8, 44.3, 6.8
Decimal12432903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.86:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDB607;
}
.text-color {
color: #BDB607;
}
.border-color {
border: 2px solid #BDB607;
}