#a0e492
a light, vivid green · cool · closest name: aquamarine
RGB
160, 228, 146
HSL
110°, 60%, 73%
CMYK
30, 0, 36, 11
Luminance
0.6504
Every format
| HEX | #a0e492 |
| RGB | rgb(160, 228, 146) |
| HSL | hsl(110, 60%, 73%) |
| CMYK | cmyk(30%, 0%, 36%, 11%) |
| LAB | lab(84.5 -36.6 33.4) |
| LCH | lch(84.5 49.6 137.6) |
| OKLCH | oklch(0.854 0.130 140.2) |
Copy-ready code
/* CSS */
color: #a0e492;
background-color: #a0e492;
/* Tailwind (arbitrary) */
class="text-[#a0e492] bg-[#a0e492]"
/* SCSS */
$brand: #a0e492;
/* SwiftUI */
Color(red: 0.627, green: 0.894, blue: 0.573)
/* Android */
Color.parseColor("#a0e492")Accessibility — WCAG contrast
Aa
#a0e492 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0e492 on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green89.4%
Blue57.3%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow36.0%
Key (black)10.6%
Color previews
#a0e492 text on a black background
contrast 14.01:1
Card sample
#a0e492 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0e492;
Background color
Panel with #a0e492 background
background-color: #a0e492;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0e492;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 228, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 228, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0e492; background: linear-gradient(135deg, #a0e492, #92E4BB);