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