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