#bdf571
a light, electric green · cool · closest name: khaki
RGB
189, 245, 113
HSL
86°, 87%, 70%
CMYK
23, 0, 54, 4
Luminance
0.7732
Every format
| HEX | #bdf571 |
| RGB | rgb(189, 245, 113) |
| HSL | hsl(86, 87%, 70%) |
| CMYK | cmyk(23%, 0%, 54%, 4%) |
| LAB | lab(90.5 -38.2 57.0) |
| LCH | lch(90.5 68.7 123.8) |
| OKLCH | oklch(0.905 0.172 128.5) |
Copy-ready code
/* CSS */
color: #bdf571;
background-color: #bdf571;
/* Tailwind (arbitrary) */
class="text-[#bdf571] bg-[#bdf571]"
/* SCSS */
$brand: #bdf571;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.443)
/* Android */
Color.parseColor("#bdf571")Accessibility — WCAG contrast
Aa
#bdf571 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf571 on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue44.3%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow53.9%
Key (black)3.9%
Color previews
#bdf571 text on a black background
contrast 16.46:1
Card sample
#bdf571 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf571;
Background color
Panel with #bdf571 background
background-color: #bdf571;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf571;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf571; background: linear-gradient(135deg, #bdf571, #71F57D);