#BDCC07
A medium, vivid yellow closely aligning with Yellowgreen.
About #BDCC07
When working with digital screens, the color #BDCC07 is rendered by mixing light. Designers often compare it to the standard color Yellowgreen. In the RGB color space, it consists of 189 red, 204 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. 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. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDCC07
RGB189, 204, 7
HSL64.6°, 93.4%, 41.4%
CMYK7%, 0%, 97%, 20%
HSV64.6°, 96.6%, 80.0%
LAB78.5, -24.5, 77.8
XYZ42.6, 54.0, 8.4
Decimal12438535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.80:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDCC07;
}
.text-color {
color: #BDCC07;
}
.border-color {
border: 2px solid #BDCC07;
}