#a2ea21
a balanced, electric green · cool · closest name: yellow
RGB
162, 234, 33
HSL
82°, 83%, 52%
CMYK
31, 0, 86, 8
Luminance
0.6664
Every format
| HEX | #a2ea21 |
| RGB | rgb(162, 234, 33) |
| HSL | hsl(82, 83%, 52%) |
| CMYK | cmyk(31%, 0%, 86%, 8%) |
| LAB | lab(85.3 -48.2 78.9) |
| LCH | lch(85.3 92.5 121.4) |
| OKLCH | oklch(0.857 0.220 129.1) |
Copy-ready code
/* CSS */
color: #a2ea21;
background-color: #a2ea21;
/* Tailwind (arbitrary) */
class="text-[#a2ea21] bg-[#a2ea21]"
/* SCSS */
$brand: #a2ea21;
/* SwiftUI */
Color(red: 0.635, green: 0.918, blue: 0.129)
/* Android */
Color.parseColor("#a2ea21")Accessibility — WCAG contrast
Aa
#a2ea21 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ea21 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green91.8%
Blue12.9%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow85.9%
Key (black)8.2%
Color previews
#a2ea21 text on a black background
contrast 14.33:1
Card sample
#a2ea21 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ea21;
Background color
Panel with #a2ea21 background
background-color: #a2ea21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ea21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 234, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 234, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ea21; background: linear-gradient(135deg, #a2ea21, #21EA26);