#abfd44
a balanced, electric green · cool · closest name: lime
RGB
171, 253, 68
HSL
87°, 98%, 63%
CMYK
32, 0, 73, 1
Luminance
0.7933
Every format
| HEX | #abfd44 |
| RGB | rgb(171, 253, 68) |
| HSL | hsl(87, 98%, 63%) |
| CMYK | cmyk(32%, 0%, 73%, 1%) |
| LAB | lab(91.4 -51.4 75.4) |
| LCH | lch(91.4 91.3 124.3) |
| OKLCH | oklch(0.908 0.223 130.9) |
Copy-ready code
/* CSS */
color: #abfd44;
background-color: #abfd44;
/* Tailwind (arbitrary) */
class="text-[#abfd44] bg-[#abfd44]"
/* SCSS */
$brand: #abfd44;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.267)
/* Android */
Color.parseColor("#abfd44")Accessibility — WCAG contrast
Aa
#abfd44 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd44 on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue26.7%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow73.1%
Key (black)0.8%
Color previews
#abfd44 text on a black background
contrast 16.87:1
Card sample
#abfd44 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd44;
Background color
Panel with #abfd44 background
background-color: #abfd44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd44; background: linear-gradient(135deg, #abfd44, #44FD58);