#a4d821
a balanced, vivid green · cool · closest name: yellow
RGB
164, 216, 33
HSL
77°, 74%, 49%
CMYK
24, 0, 85, 15
Luminance
0.5711
Every format
| HEX | #a4d821 |
| RGB | rgb(164, 216, 33) |
| HSL | hsl(77, 74%, 49%) |
| CMYK | cmyk(24%, 0%, 85%, 15%) |
| LAB | lab(80.2 -39.7 74.7) |
| LCH | lch(80.2 84.6 118.0) |
| OKLCH | oklch(0.816 0.199 125.6) |
Copy-ready code
/* CSS */
color: #a4d821;
background-color: #a4d821;
/* Tailwind (arbitrary) */
class="text-[#a4d821] bg-[#a4d821]"
/* SCSS */
$brand: #a4d821;
/* SwiftUI */
Color(red: 0.643, green: 0.847, blue: 0.129)
/* Android */
Color.parseColor("#a4d821")Accessibility — WCAG contrast
Aa
#a4d821 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4d821 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green84.7%
Blue12.9%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow84.7%
Key (black)15.3%
Color previews
#a4d821 text on a black background
contrast 12.42:1
Card sample
#a4d821 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4d821;
Background color
Panel with #a4d821 background
background-color: #a4d821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4d821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 216, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 216, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4d821; background: linear-gradient(135deg, #a4d821, #2AD821);