#bdfb71
a light, electric green · cool · closest name: khaki
RGB
189, 251, 113
HSL
87°, 95%, 71%
CMYK
25, 0, 55, 2
Luminance
0.8101
Every format
| HEX | #bdfb71 |
| RGB | rgb(189, 251, 113) |
| HSL | hsl(87, 95%, 71%) |
| CMYK | cmyk(25%, 0%, 55%, 2%) |
| LAB | lab(92.1 -40.9 59.0) |
| LCH | lch(92.1 71.8 124.7) |
| OKLCH | oklch(0.918 0.180 129.5) |
Copy-ready code
/* CSS */
color: #bdfb71;
background-color: #bdfb71;
/* Tailwind (arbitrary) */
class="text-[#bdfb71] bg-[#bdfb71]"
/* SCSS */
$brand: #bdfb71;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.443)
/* Android */
Color.parseColor("#bdfb71")Accessibility — WCAG contrast
Aa
#bdfb71 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb71 on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue44.3%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow55.0%
Key (black)1.6%
Color previews
#bdfb71 text on a black background
contrast 17.20:1
Card sample
#bdfb71 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb71;
Background color
Panel with #bdfb71 background
background-color: #bdfb71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb71; background: linear-gradient(135deg, #bdfb71, #71FB81);