#bdf77d
a light, electric green · cool · closest name: khaki
RGB
189, 247, 125
HSL
89°, 88%, 73%
CMYK
24, 0, 49, 3
Luminance
0.7882
Every format
| HEX | #bdf77d |
| RGB | rgb(189, 247, 125) |
| HSL | hsl(89, 88%, 73%) |
| CMYK | cmyk(24%, 0%, 49%, 3%) |
| LAB | lab(91.2 -37.9 52.4) |
| LCH | lch(91.2 64.7 125.9) |
| OKLCH | oklch(0.911 0.164 130.1) |
Copy-ready code
/* CSS */
color: #bdf77d;
background-color: #bdf77d;
/* Tailwind (arbitrary) */
class="text-[#bdf77d] bg-[#bdf77d]"
/* SCSS */
$brand: #bdf77d;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.490)
/* Android */
Color.parseColor("#bdf77d")Accessibility — WCAG contrast
Aa
#bdf77d on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf77d on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue49.0%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow49.4%
Key (black)3.1%
Color previews
#bdf77d text on a black background
contrast 16.76:1
Card sample
#bdf77d text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf77d;
Background color
Panel with #bdf77d background
background-color: #bdf77d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf77d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf77d; background: linear-gradient(135deg, #bdf77d, #7DF78E);