#bdf871
a light, electric green · cool · closest name: khaki
RGB
189, 248, 113
HSL
86°, 91%, 71%
CMYK
24, 0, 54, 3
Luminance
0.7915
Every format
| HEX | #bdf871 |
| RGB | rgb(189, 248, 113) |
| HSL | hsl(86, 91%, 71%) |
| CMYK | cmyk(24%, 0%, 54%, 3%) |
| LAB | lab(91.3 -39.5 58.0) |
| LCH | lch(91.3 70.2 124.3) |
| OKLCH | oklch(0.911 0.176 129.0) |
Copy-ready code
/* CSS */
color: #bdf871;
background-color: #bdf871;
/* Tailwind (arbitrary) */
class="text-[#bdf871] bg-[#bdf871]"
/* SCSS */
$brand: #bdf871;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.443)
/* Android */
Color.parseColor("#bdf871")Accessibility — WCAG contrast
Aa
#bdf871 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf871 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue44.3%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow54.4%
Key (black)2.7%
Color previews
#bdf871 text on a black background
contrast 16.83:1
Card sample
#bdf871 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf871;
Background color
Panel with #bdf871 background
background-color: #bdf871;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf871;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf871; background: linear-gradient(135deg, #bdf871, #71F87F);