#bdf59d
a light, electric green · cool · closest name: khaki
RGB
189, 245, 157
HSL
98°, 82%, 79%
CMYK
23, 0, 36, 4
Luminance
0.7856
Every format
| HEX | #bdf59d |
| RGB | rgb(189, 245, 157) |
| HSL | hsl(98, 82%, 79%) |
| CMYK | cmyk(23%, 0%, 36%, 4%) |
| LAB | lab(91.0 -33.1 36.8) |
| LCH | lch(91.0 49.5 132.0) |
| OKLCH | oklch(0.911 0.128 134.7) |
Copy-ready code
/* CSS */
color: #bdf59d;
background-color: #bdf59d;
/* Tailwind (arbitrary) */
class="text-[#bdf59d] bg-[#bdf59d]"
/* SCSS */
$brand: #bdf59d;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.616)
/* Android */
Color.parseColor("#bdf59d")Accessibility — WCAG contrast
Aa
#bdf59d on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf59d on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue61.6%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow35.9%
Key (black)3.9%
Color previews
#bdf59d text on a black background
contrast 16.71:1
Card sample
#bdf59d text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf59d;
Background color
Panel with #bdf59d background
background-color: #bdf59d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf59d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf59d; background: linear-gradient(135deg, #bdf59d, #9DF5B8);