#a5e721
a balanced, electric green · cool · closest name: yellow
RGB
165, 231, 33
HSL
80°, 81%, 52%
CMYK
29, 0, 86, 9
Luminance
0.6526
Every format
| HEX | #a5e721 |
| RGB | rgb(165, 231, 33) |
| HSL | hsl(80, 81%, 52%) |
| CMYK | cmyk(29%, 0%, 86%, 9%) |
| LAB | lab(84.6 -45.8 78.4) |
| LCH | lch(84.6 90.8 120.3) |
| OKLCH | oklch(0.852 0.215 128.0) |
Copy-ready code
/* CSS */
color: #a5e721;
background-color: #a5e721;
/* Tailwind (arbitrary) */
class="text-[#a5e721] bg-[#a5e721]"
/* SCSS */
$brand: #a5e721;
/* SwiftUI */
Color(red: 0.647, green: 0.906, blue: 0.129)
/* Android */
Color.parseColor("#a5e721")Accessibility — WCAG contrast
Aa
#a5e721 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5e721 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green90.6%
Blue12.9%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow85.7%
Key (black)9.4%
Color previews
#a5e721 text on a black background
contrast 14.05:1
Card sample
#a5e721 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5e721;
Background color
Panel with #a5e721 background
background-color: #a5e721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5e721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 231, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 231, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5e721; background: linear-gradient(135deg, #a5e721, #21E721);