#bdf57d
a light, electric green · cool · closest name: khaki
RGB
189, 245, 125
HSL
88°, 86%, 73%
CMYK
23, 0, 49, 4
Luminance
0.7760
Every format
| HEX | #bdf57d |
| RGB | rgb(189, 245, 125) |
| HSL | hsl(88, 86%, 73%) |
| CMYK | cmyk(23%, 0%, 49%, 4%) |
| LAB | lab(90.6 -37.0 51.7) |
| LCH | lch(90.6 63.6 125.6) |
| OKLCH | oklch(0.906 0.161 129.7) |
Copy-ready code
/* CSS */
color: #bdf57d;
background-color: #bdf57d;
/* Tailwind (arbitrary) */
class="text-[#bdf57d] bg-[#bdf57d]"
/* SCSS */
$brand: #bdf57d;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.490)
/* Android */
Color.parseColor("#bdf57d")Accessibility — WCAG contrast
Aa
#bdf57d on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf57d on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue49.0%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow49.0%
Key (black)3.9%
Color previews
#bdf57d text on a black background
contrast 16.52:1
Card sample
#bdf57d text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf57d;
Background color
Panel with #bdf57d background
background-color: #bdf57d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf57d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf57d; background: linear-gradient(135deg, #bdf57d, #7DF58D);