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