#a2e598
a light, vivid green · cool · closest name: aquamarine
RGB
162, 229, 152
HSL
112°, 60%, 75%
CMYK
29, 0, 34, 10
Luminance
0.6599
Every format
| HEX | #a2e598 |
| RGB | rgb(162, 229, 152) |
| HSL | hsl(112, 60%, 75%) |
| CMYK | cmyk(29%, 0%, 34%, 10%) |
| LAB | lab(85.0 -35.5 31.0) |
| LCH | lch(85.0 47.2 138.9) |
| OKLCH | oklch(0.858 0.124 141.3) |
Copy-ready code
/* CSS */
color: #a2e598;
background-color: #a2e598;
/* Tailwind (arbitrary) */
class="text-[#a2e598] bg-[#a2e598]"
/* SCSS */
$brand: #a2e598;
/* SwiftUI */
Color(red: 0.635, green: 0.898, blue: 0.596)
/* Android */
Color.parseColor("#a2e598")Accessibility — WCAG contrast
Aa
#a2e598 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2e598 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green89.8%
Blue59.6%
CMYK percentages
Cyan29.3%
Magenta0.0%
Yellow33.6%
Key (black)10.2%
Color previews
#a2e598 text on a black background
contrast 14.20:1
Card sample
#a2e598 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2e598;
Background color
Panel with #a2e598 background
background-color: #a2e598;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2e598;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 229, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 229, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2e598; background: linear-gradient(135deg, #a2e598, #98E5C1);