#bdf99b
a light, electric green · cool · closest name: khaki
RGB
189, 249, 155
HSL
98°, 89%, 79%
CMYK
24, 0, 38, 2
Luminance
0.8094
Every format
| HEX | #bdf99b |
| RGB | rgb(189, 249, 155) |
| HSL | hsl(98, 89%, 79%) |
| CMYK | cmyk(24%, 0%, 38%, 2%) |
| LAB | lab(92.1 -35.2 39.2) |
| LCH | lch(92.1 52.7 131.9) |
| OKLCH | oklch(0.920 0.137 134.9) |
Copy-ready code
/* CSS */
color: #bdf99b;
background-color: #bdf99b;
/* Tailwind (arbitrary) */
class="text-[#bdf99b] bg-[#bdf99b]"
/* SCSS */
$brand: #bdf99b;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.608)
/* Android */
Color.parseColor("#bdf99b")Accessibility — WCAG contrast
Aa
#bdf99b on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf99b on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue60.8%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow37.8%
Key (black)2.4%
Color previews
#bdf99b text on a black background
contrast 17.19:1
Card sample
#bdf99b text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf99b;
Background color
Panel with #bdf99b background
background-color: #bdf99b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf99b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf99b; background: linear-gradient(135deg, #bdf99b, #9BF9B8);