#BDDB99
A light, moderate green closely aligning with Palegoldenrod.
About #BDDB99
The precise color #BDDB99 is an excellent choice for modern design projects. Designers often compare it to the standard color Palegoldenrod. Its digital footprint relies on 189 parts red, 219 parts green, and 153 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 14% cyan and 0% magenta inks. The HSL representation is 87.3° hue, 47.8% saturation, and 72.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDDB99
RGB189, 219, 153
HSL87.3°, 47.8%, 72.9%
CMYK14%, 0%, 30%, 14%
HSV87.3°, 30.1%, 85.9%
LAB83.9, -21.3, 29.3
XYZ52.1, 63.8, 39.7
Decimal12442521
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.76:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDDB99;
}
.text-color {
color: #BDDB99;
}
.border-color {
border: 2px solid #BDDB99;
}