#abe721
a balanced, electric green · cool · closest name: yellow
RGB
171, 231, 33
HSL
78°, 81%, 52%
CMYK
26, 0, 86, 9
Luminance
0.6592
Every format
| HEX | #abe721 |
| RGB | rgb(171, 231, 33) |
| HSL | hsl(78, 81%, 52%) |
| CMYK | cmyk(26%, 0%, 86%, 9%) |
| LAB | lab(85.0 -43.6 78.8) |
| LCH | lch(85.0 90.1 118.9) |
| OKLCH | oklch(0.856 0.212 126.6) |
Copy-ready code
/* CSS */
color: #abe721;
background-color: #abe721;
/* Tailwind (arbitrary) */
class="text-[#abe721] bg-[#abe721]"
/* SCSS */
$brand: #abe721;
/* SwiftUI */
Color(red: 0.671, green: 0.906, blue: 0.129)
/* Android */
Color.parseColor("#abe721")Accessibility — WCAG contrast
Aa
#abe721 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe721 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green90.6%
Blue12.9%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow85.7%
Key (black)9.4%
Color previews
#abe721 text on a black background
contrast 14.18:1
Card sample
#abe721 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe721;
Background color
Panel with #abe721 background
background-color: #abe721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 231, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 231, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe721; background: linear-gradient(135deg, #abe721, #27E721);