#bdf979
a light, electric green · cool · closest name: khaki
RGB
189, 249, 121
HSL
88°, 91%, 73%
CMYK
24, 0, 51, 2
Luminance
0.7995
Every format
| HEX | #bdf979 |
| RGB | rgb(189, 249, 121) |
| HSL | hsl(88, 91%, 73%) |
| CMYK | cmyk(24%, 0%, 51%, 2%) |
| LAB | lab(91.7 -39.2 54.8) |
| LCH | lch(91.7 67.4 125.6) |
| OKLCH | oklch(0.915 0.170 130.0) |
Copy-ready code
/* CSS */
color: #bdf979;
background-color: #bdf979;
/* Tailwind (arbitrary) */
class="text-[#bdf979] bg-[#bdf979]"
/* SCSS */
$brand: #bdf979;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.475)
/* Android */
Color.parseColor("#bdf979")Accessibility — WCAG contrast
Aa
#bdf979 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf979 on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue47.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow51.4%
Key (black)2.4%
Color previews
#bdf979 text on a black background
contrast 16.99:1
Card sample
#bdf979 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf979;
Background color
Panel with #bdf979 background
background-color: #bdf979;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf979;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf979; background: linear-gradient(135deg, #bdf979, #79F98A);