#abee2f
a balanced, electric green · cool · closest name: yellow
RGB
171, 238, 47
HSL
81°, 85%, 56%
CMYK
28, 0, 80, 7
Luminance
0.7001
Every format
| HEX | #abee2f |
| RGB | rgb(171, 238, 47) |
| HSL | hsl(81, 85%, 56%) |
| CMYK | cmyk(28%, 0%, 80%, 7%) |
| LAB | lab(87.0 -46.1 77.4) |
| LCH | lch(87.0 90.1 120.8) |
| OKLCH | oklch(0.872 0.215 128.1) |
Copy-ready code
/* CSS */
color: #abee2f;
background-color: #abee2f;
/* Tailwind (arbitrary) */
class="text-[#abee2f] bg-[#abee2f]"
/* SCSS */
$brand: #abee2f;
/* SwiftUI */
Color(red: 0.671, green: 0.933, blue: 0.184)
/* Android */
Color.parseColor("#abee2f")Accessibility — WCAG contrast
Aa
#abee2f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abee2f on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green93.3%
Blue18.4%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow80.3%
Key (black)6.7%
Color previews
#abee2f text on a black background
contrast 15.00:1
Card sample
#abee2f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abee2f;
Background color
Panel with #abee2f background
background-color: #abee2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abee2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 238, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 238, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abee2f; background: linear-gradient(135deg, #abee2f, #2FEE32);