#BDE292
A light, moderate green closely aligning with Palegoldenrod.
About #BDE292
At its core, #BDE292 is a light and moderate hue. Designers often compare it to the standard color Palegoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 226, and 146.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 16% C, 0% M, 35% Y, and 11% K. The HSL representation is 87.8° hue, 58.0% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDE292
RGB189, 226, 146
HSL87.8°, 58.0%, 72.9%
CMYK16%, 0%, 35%, 11%
HSV87.8°, 35.4%, 88.6%
LAB85.6, -25.6, 35.2
XYZ53.4, 67.3, 37.4
Decimal12444306
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.46:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDE292;
}
.text-color {
color: #BDE292;
}
.border-color {
border: 2px solid #BDE292;
}