#bdfb9d
a light, electric green · cool · closest name: khaki
RGB
189, 251, 157
HSL
100°, 92%, 80%
CMYK
25, 0, 38, 2
Luminance
0.8225
Every format
| HEX | #bdfb9d |
| RGB | rgb(189, 251, 157) |
| HSL | hsl(100, 92%, 80%) |
| CMYK | cmyk(25%, 0%, 38%, 2%) |
| LAB | lab(92.7 -35.8 38.9) |
| LCH | lch(92.7 52.9 132.6) |
| OKLCH | oklch(0.924 0.137 135.5) |
Copy-ready code
/* CSS */
color: #bdfb9d;
background-color: #bdfb9d;
/* Tailwind (arbitrary) */
class="text-[#bdfb9d] bg-[#bdfb9d]"
/* SCSS */
$brand: #bdfb9d;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.616)
/* Android */
Color.parseColor("#bdfb9d")Accessibility — WCAG contrast
Aa
#bdfb9d on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb9d on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue61.6%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow37.5%
Key (black)1.6%
Color previews
#bdfb9d text on a black background
contrast 17.45:1
Card sample
#bdfb9d text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb9d;
Background color
Panel with #bdfb9d background
background-color: #bdfb9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb9d; background: linear-gradient(135deg, #bdfb9d, #9DFBBC);