#bdf971
a light, electric green · cool · closest name: khaki
RGB
189, 249, 113
HSL
87°, 92%, 71%
CMYK
24, 0, 55, 2
Luminance
0.7976
Every format
| HEX | #bdf971 |
| RGB | rgb(189, 249, 113) |
| HSL | hsl(87, 92%, 71%) |
| CMYK | cmyk(24%, 0%, 55%, 2%) |
| LAB | lab(91.6 -40.0 58.3) |
| LCH | lch(91.6 70.7 124.4) |
| OKLCH | oklch(0.914 0.177 129.2) |
Copy-ready code
/* CSS */
color: #bdf971;
background-color: #bdf971;
/* Tailwind (arbitrary) */
class="text-[#bdf971] bg-[#bdf971]"
/* SCSS */
$brand: #bdf971;
/* SwiftUI */
Color(red: 0.741, green: 0.976, blue: 0.443)
/* Android */
Color.parseColor("#bdf971")Accessibility — WCAG contrast
Aa
#bdf971 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf971 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.6%
Blue44.3%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow54.6%
Key (black)2.4%
Color previews
#bdf971 text on a black background
contrast 16.95:1
Card sample
#bdf971 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf971;
Background color
Panel with #bdf971 background
background-color: #bdf971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 249, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 249, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf971; background: linear-gradient(135deg, #bdf971, #71F980);