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