#bdf58d
a light, electric green · cool · closest name: khaki
RGB
189, 245, 141
HSL
92°, 84%, 76%
CMYK
23, 0, 42, 4
Luminance
0.7805
Every format
| HEX | #bdf58d |
| RGB | rgb(189, 245, 141) |
| HSL | hsl(92, 84%, 76%) |
| CMYK | cmyk(23%, 0%, 42%, 4%) |
| LAB | lab(90.8 -35.2 44.4) |
| LCH | lch(90.8 56.6 128.4) |
| OKLCH | oklch(0.908 0.145 131.8) |
Copy-ready code
/* CSS */
color: #bdf58d;
background-color: #bdf58d;
/* Tailwind (arbitrary) */
class="text-[#bdf58d] bg-[#bdf58d]"
/* SCSS */
$brand: #bdf58d;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.553)
/* Android */
Color.parseColor("#bdf58d")Accessibility — WCAG contrast
Aa
#bdf58d on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf58d on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue55.3%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow42.4%
Key (black)3.9%
Color previews
#bdf58d text on a black background
contrast 16.61:1
Card sample
#bdf58d text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf58d;
Background color
Panel with #bdf58d background
background-color: #bdf58d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf58d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf58d; background: linear-gradient(135deg, #bdf58d, #8DF5A2);