#abfe3f
a balanced, electric green · cool · closest name: lime
RGB
171, 254, 63
HSL
86°, 99%, 62%
CMYK
33, 0, 75, 0
Luminance
0.7990
Every format
| HEX | #abfe3f |
| RGB | rgb(171, 254, 63) |
| HSL | hsl(86, 99%, 62%) |
| CMYK | cmyk(33%, 0%, 75%, 0%) |
| LAB | lab(91.6 -52.1 77.2) |
| LCH | lch(91.6 93.1 124.0) |
| OKLCH | oklch(0.910 0.226 130.8) |
Copy-ready code
/* CSS */
color: #abfe3f;
background-color: #abfe3f;
/* Tailwind (arbitrary) */
class="text-[#abfe3f] bg-[#abfe3f]"
/* SCSS */
$brand: #abfe3f;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 0.247)
/* Android */
Color.parseColor("#abfe3f")Accessibility — WCAG contrast
Aa
#abfe3f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfe3f on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue24.7%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow75.2%
Key (black)0.4%
Color previews
#abfe3f text on a black background
contrast 16.98:1
Card sample
#abfe3f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfe3f;
Background color
Panel with #abfe3f background
background-color: #abfe3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfe3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfe3f; background: linear-gradient(135deg, #abfe3f, #3FFE53);