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