#a2ff64
a light, electric green · cool · closest name: lime
RGB
162, 255, 100
HSL
96°, 100%, 70%
CMYK
37, 0, 61, 0
Luminance
0.8012
Every format
| HEX | #a2ff64 |
| RGB | rgb(162, 255, 100) |
| HSL | hsl(96, 100%, 70%) |
| CMYK | cmyk(37%, 0%, 61%, 0%) |
| LAB | lab(91.7 -53.0 63.7) |
| LCH | lch(91.7 82.9 129.7) |
| OKLCH | oklch(0.911 0.209 134.9) |
Copy-ready code
/* CSS */
color: #a2ff64;
background-color: #a2ff64;
/* Tailwind (arbitrary) */
class="text-[#a2ff64] bg-[#a2ff64]"
/* SCSS */
$brand: #a2ff64;
/* SwiftUI */
Color(red: 0.635, green: 1.000, blue: 0.392)
/* Android */
Color.parseColor("#a2ff64")Accessibility — WCAG contrast
Aa
#a2ff64 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ff64 on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green100.0%
Blue39.2%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow60.8%
Key (black)0.0%
Color previews
#a2ff64 text on a black background
contrast 17.02:1
Card sample
#a2ff64 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ff64;
Background color
Panel with #a2ff64 background
background-color: #a2ff64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ff64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 255, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 255, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ff64; background: linear-gradient(135deg, #a2ff64, #64FF8D);