#BDCC66
A light, moderate yellow closely aligning with Darkkhaki.
About #BDCC66
Visually, #BDCC66 is defined as a moderate yellow. It is closely associated with the named CSS color Darkkhaki. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 204, and 102.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDCC66
RGB189, 204, 102
HSL68.8°, 50.0%, 60.0%
CMYK7%, 0%, 50%, 20%
HSV68.8°, 50.0%, 80.0%
LAB79.0, -19.9, 48.6
XYZ45.0, 55.0, 20.8
Decimal12438630
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
11.99:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDCC66;
}
.text-color {
color: #BDCC66;
}
.border-color {
border: 2px solid #BDCC66;
}