#abef1d
a balanced, electric green · cool · closest name: yellow
RGB
171, 239, 29
HSL
79°, 87%, 53%
CMYK
29, 0, 88, 6
Luminance
0.7048
Every format
| HEX | #abef1d |
| RGB | rgb(171, 239, 29) |
| HSL | hsl(79, 87%, 53%) |
| CMYK | cmyk(29%, 0%, 88%, 6%) |
| LAB | lab(87.2 -47.1 81.5) |
| LCH | lch(87.2 94.1 120.0) |
| OKLCH | oklch(0.874 0.222 127.8) |
Copy-ready code
/* CSS */
color: #abef1d;
background-color: #abef1d;
/* Tailwind (arbitrary) */
class="text-[#abef1d] bg-[#abef1d]"
/* SCSS */
$brand: #abef1d;
/* SwiftUI */
Color(red: 0.671, green: 0.937, blue: 0.114)
/* Android */
Color.parseColor("#abef1d")Accessibility — WCAG contrast
Aa
#abef1d on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abef1d on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green93.7%
Blue11.4%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow87.9%
Key (black)6.3%
Color previews
#abef1d text on a black background
contrast 15.10:1
Card sample
#abef1d text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abef1d;
Background color
Panel with #abef1d background
background-color: #abef1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abef1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 239, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 239, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abef1d; background: linear-gradient(135deg, #abef1d, #1FEF1D);