#a2de21
a balanced, vivid green · cool · closest name: yellow
RGB
162, 222, 33
HSL
79°, 74%, 50%
CMYK
27, 0, 85, 13
Luminance
0.6003
Every format
| HEX | #a2de21 |
| RGB | rgb(162, 222, 33) |
| HSL | hsl(79, 74%, 50%) |
| CMYK | cmyk(27%, 0%, 85%, 13%) |
| LAB | lab(81.9 -43.1 76.0) |
| LCH | lch(81.9 87.4 119.6) |
| OKLCH | oklch(0.829 0.207 127.2) |
Copy-ready code
/* CSS */
color: #a2de21;
background-color: #a2de21;
/* Tailwind (arbitrary) */
class="text-[#a2de21] bg-[#a2de21]"
/* SCSS */
$brand: #a2de21;
/* SwiftUI */
Color(red: 0.635, green: 0.871, blue: 0.129)
/* Android */
Color.parseColor("#a2de21")Accessibility — WCAG contrast
Aa
#a2de21 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2de21 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green87.1%
Blue12.9%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow85.1%
Key (black)12.9%
Color previews
#a2de21 text on a black background
contrast 13.01:1
Card sample
#a2de21 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2de21;
Background color
Panel with #a2de21 background
background-color: #a2de21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2de21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 222, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 222, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2de21; background: linear-gradient(135deg, #a2de21, #24DE21);