#bdf29c
a light, electric green · cool · closest name: khaki
RGB
189, 242, 156
HSL
97°, 77%, 78%
CMYK
22, 0, 36, 5
Luminance
0.7672
Every format
| HEX | #bdf29c |
| RGB | rgb(189, 242, 156) |
| HSL | hsl(97, 77%, 78%) |
| CMYK | cmyk(22%, 0%, 36%, 5%) |
| LAB | lab(90.2 -31.8 36.2) |
| LCH | lch(90.2 48.2 131.3) |
| OKLCH | oklch(0.904 0.125 134.1) |
Copy-ready code
/* CSS */
color: #bdf29c;
background-color: #bdf29c;
/* Tailwind (arbitrary) */
class="text-[#bdf29c] bg-[#bdf29c]"
/* SCSS */
$brand: #bdf29c;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.612)
/* Android */
Color.parseColor("#bdf29c")Accessibility — WCAG contrast
Aa
#bdf29c on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf29c on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue61.2%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow35.5%
Key (black)5.1%
Color previews
#bdf29c text on a black background
contrast 16.34:1
Card sample
#bdf29c text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf29c;
Background color
Panel with #bdf29c background
background-color: #bdf29c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf29c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf29c; background: linear-gradient(135deg, #bdf29c, #9CF2B4);