#BDBD57
A medium, moderate yellow closely aligning with Darkkhaki.
About #BDBD57
When working with digital screens, the color #BDBD57 is rendered by mixing light. Designers often compare it to the standard color Darkkhaki. In the RGB color space, it consists of 189 red, 189 green, and 87 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 0% M, 54% Y, and 26% K. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDBD57
RGB189, 189, 87
HSL60.0°, 43.6%, 54.1%
CMYK0%, 0%, 54%, 26%
HSV60.0°, 54.0%, 74.1%
LAB74.8, -13.7, 50.7
XYZ40.9, 47.9, 16.1
Decimal12434775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.58:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDBD57;
}
.text-color {
color: #BDBD57;
}
.border-color {
border: 2px solid #BDBD57;
}