#BDAF07
A dark, vivid yellow closely aligning with Goldenrod.
About #BDAF07
Visually, #BDAF07 is defined as a vivid yellow. Designers often compare it to the standard color Goldenrod. This translates to an RGB value of rgb(189, 175, 7).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 7% magenta, 96% yellow, and 26% black. The HSL representation is 55.4° hue, 92.9% saturation, and 38.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDAF07
RGB189, 175, 7
HSL55.4°, 92.9%, 38.4%
CMYK0%, 7%, 96%, 26%
HSV55.4°, 96.3%, 74.1%
LAB70.5, -10.0, 71.8
XYZ36.4, 41.5, 6.3
Decimal12431111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.30:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDAF07;
}
.text-color {
color: #BDAF07;
}
.border-color {
border: 2px solid #BDAF07;
}