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