#a0ff64
a light, electric green · cool · closest name: lime
RGB
160, 255, 100
HSL
97°, 100%, 70%
CMYK
37, 0, 61, 0
Luminance
0.7991
Every format
| HEX | #a0ff64 |
| RGB | rgb(160, 255, 100) |
| HSL | hsl(97, 100%, 70%) |
| CMYK | cmyk(37%, 0%, 61%, 0%) |
| LAB | lab(91.6 -53.6 63.6) |
| LCH | lch(91.6 83.2 130.1) |
| OKLCH | oklch(0.910 0.210 135.2) |
Copy-ready code
/* CSS */
color: #a0ff64;
background-color: #a0ff64;
/* Tailwind (arbitrary) */
class="text-[#a0ff64] bg-[#a0ff64]"
/* SCSS */
$brand: #a0ff64;
/* SwiftUI */
Color(red: 0.627, green: 1.000, blue: 0.392)
/* Android */
Color.parseColor("#a0ff64")Accessibility — WCAG contrast
Aa
#a0ff64 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0ff64 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green100.0%
Blue39.2%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow60.8%
Key (black)0.0%
Color previews
#a0ff64 text on a black background
contrast 16.98:1
Card sample
#a0ff64 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0ff64;
Background color
Panel with #a0ff64 background
background-color: #a0ff64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0ff64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 255, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 255, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0ff64; background: linear-gradient(135deg, #a0ff64, #64FF8F);