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