#abfd47
a balanced, electric green · cool · closest name: lime
RGB
171, 253, 71
HSL
87°, 98%, 64%
CMYK
32, 0, 72, 1
Luminance
0.7936
Every format
| HEX | #abfd47 |
| RGB | rgb(171, 253, 71) |
| HSL | hsl(87, 98%, 64%) |
| CMYK | cmyk(32%, 0%, 72%, 1%) |
| LAB | lab(91.4 -51.2 74.4) |
| LCH | lch(91.4 90.4 124.5) |
| OKLCH | oklch(0.909 0.221 131.0) |
Copy-ready code
/* CSS */
color: #abfd47;
background-color: #abfd47;
/* Tailwind (arbitrary) */
class="text-[#abfd47] bg-[#abfd47]"
/* SCSS */
$brand: #abfd47;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.278)
/* Android */
Color.parseColor("#abfd47")Accessibility — WCAG contrast
Aa
#abfd47 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd47 on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue27.8%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow71.9%
Key (black)0.8%
Color previews
#abfd47 text on a black background
contrast 16.87:1
Card sample
#abfd47 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd47;
Background color
Panel with #abfd47 background
background-color: #abfd47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd47; background: linear-gradient(135deg, #abfd47, #47FD5C);