#a4e821
a balanced, electric green · cool · closest name: yellow
RGB
164, 232, 33
HSL
81°, 81%, 52%
CMYK
29, 0, 86, 9
Luminance
0.6572
Every format
| HEX | #a4e821 |
| RGB | rgb(164, 232, 33) |
| HSL | hsl(81, 81%, 52%) |
| CMYK | cmyk(29%, 0%, 86%, 9%) |
| LAB | lab(84.8 -46.6 78.6) |
| LCH | lch(84.8 91.4 120.7) |
| OKLCH | oklch(0.854 0.217 128.3) |
Copy-ready code
/* CSS */
color: #a4e821;
background-color: #a4e821;
/* Tailwind (arbitrary) */
class="text-[#a4e821] bg-[#a4e821]"
/* SCSS */
$brand: #a4e821;
/* SwiftUI */
Color(red: 0.643, green: 0.910, blue: 0.129)
/* Android */
Color.parseColor("#a4e821")Accessibility — WCAG contrast
Aa
#a4e821 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4e821 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green91.0%
Blue12.9%
CMYK percentages
Cyan29.3%
Magenta0.0%
Yellow85.8%
Key (black)9.0%
Color previews
#a4e821 text on a black background
contrast 14.14:1
Card sample
#a4e821 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4e821;
Background color
Panel with #a4e821 background
background-color: #a4e821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4e821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 232, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 232, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4e821; background: linear-gradient(135deg, #a4e821, #21E823);