#a2ff21
a balanced, electric green · cool · closest name: lime
RGB
162, 255, 33
HSL
85°, 100%, 57%
CMYK
37, 0, 87, 0
Luminance
0.7931
Every format
| HEX | #a2ff21 |
| RGB | rgb(162, 255, 33) |
| HSL | hsl(85, 100%, 57%) |
| CMYK | cmyk(37%, 0%, 87%, 0%) |
| LAB | lab(91.4 -56.7 84.0) |
| LCH | lch(91.4 101.4 124.0) |
| OKLCH | oklch(0.907 0.243 131.6) |
Copy-ready code
/* CSS */
color: #a2ff21;
background-color: #a2ff21;
/* Tailwind (arbitrary) */
class="text-[#a2ff21] bg-[#a2ff21]"
/* SCSS */
$brand: #a2ff21;
/* SwiftUI */
Color(red: 0.635, green: 1.000, blue: 0.129)
/* Android */
Color.parseColor("#a2ff21")Accessibility — WCAG contrast
Aa
#a2ff21 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ff21 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green100.0%
Blue12.9%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow87.1%
Key (black)0.0%
Color previews
#a2ff21 text on a black background
contrast 16.86:1
Card sample
#a2ff21 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ff21;
Background color
Panel with #a2ff21 background
background-color: #a2ff21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ff21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 255, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 255, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ff21; background: linear-gradient(135deg, #a2ff21, #21FF34);