#bdfe9b
a light, electric green · cool · closest name: khaki
RGB
189, 254, 155
HSL
99°, 98%, 80%
CMYK
26, 0, 39, 0
Luminance
0.8407
Every format
| HEX | #bdfe9b |
| RGB | rgb(189, 254, 155) |
| HSL | hsl(99, 98%, 80%) |
| CMYK | cmyk(26%, 0%, 39%, 0%) |
| LAB | lab(93.5 -37.5 41.0) |
| LCH | lch(93.5 55.5 132.5) |
| OKLCH | oklch(0.931 0.144 135.5) |
Copy-ready code
/* CSS */
color: #bdfe9b;
background-color: #bdfe9b;
/* Tailwind (arbitrary) */
class="text-[#bdfe9b] bg-[#bdfe9b]"
/* SCSS */
$brand: #bdfe9b;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.608)
/* Android */
Color.parseColor("#bdfe9b")Accessibility — WCAG contrast
Aa
#bdfe9b on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfe9b on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue60.8%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow39.0%
Key (black)0.4%
Color previews
#bdfe9b text on a black background
contrast 17.81:1
Card sample
#bdfe9b text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfe9b;
Background color
Panel with #bdfe9b background
background-color: #bdfe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfe9b; background: linear-gradient(135deg, #bdfe9b, #9BFEBB);