#abe621
a balanced, electric green · cool · closest name: yellow
RGB
171, 230, 33
HSL
78°, 80%, 52%
CMYK
26, 0, 86, 10
Luminance
0.6536
Every format
| HEX | #abe621 |
| RGB | rgb(171, 230, 33) |
| HSL | hsl(78, 80%, 52%) |
| CMYK | cmyk(26%, 0%, 86%, 10%) |
| LAB | lab(84.7 -43.2 78.6) |
| LCH | lch(84.7 89.7 118.8) |
| OKLCH | oklch(0.853 0.211 126.5) |
Copy-ready code
/* CSS */
color: #abe621;
background-color: #abe621;
/* Tailwind (arbitrary) */
class="text-[#abe621] bg-[#abe621]"
/* SCSS */
$brand: #abe621;
/* SwiftUI */
Color(red: 0.671, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#abe621")Accessibility — WCAG contrast
Aa
#abe621 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe621 on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green90.2%
Blue12.9%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#abe621 text on a black background
contrast 14.07:1
Card sample
#abe621 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe621;
Background color
Panel with #abe621 background
background-color: #abe621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe621; background: linear-gradient(135deg, #abe621, #28E621);