#abff14
a balanced, electric green · cool · closest name: lime
RGB
171, 255, 20
HSL
81°, 100%, 54%
CMYK
33, 0, 92, 0
Luminance
0.8023
Every format
| HEX | #abff14 |
| RGB | rgb(171, 255, 20) |
| HSL | hsl(81, 100%, 54%) |
| CMYK | cmyk(33%, 0%, 92%, 0%) |
| LAB | lab(91.8 -53.9 86.4) |
| LCH | lch(91.8 101.8 121.9) |
| OKLCH | oklch(0.911 0.242 129.9) |
Copy-ready code
/* CSS */
color: #abff14;
background-color: #abff14;
/* Tailwind (arbitrary) */
class="text-[#abff14] bg-[#abff14]"
/* SCSS */
$brand: #abff14;
/* SwiftUI */
Color(red: 0.671, green: 1.000, blue: 0.078)
/* Android */
Color.parseColor("#abff14")Accessibility — WCAG contrast
Aa
#abff14 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abff14 on black: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green100.0%
Blue7.8%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow92.2%
Key (black)0.0%
Color previews
#abff14 text on a black background
contrast 17.05:1
Card sample
#abff14 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abff14;
Background color
Panel with #abff14 background
background-color: #abff14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abff14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 255, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 255, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abff14; background: linear-gradient(135deg, #abff14, #14FF19);