#a2f4b9
a light, electric green · cool · closest name: aquamarine
RGB
162, 244, 185
HSL
137°, 79%, 80%
CMYK
34, 0, 24, 4
Luminance
0.7589
Every format
| HEX | #a2f4b9 |
| RGB | rgb(162, 244, 185) |
| HSL | hsl(137, 79%, 80%) |
| CMYK | cmyk(34%, 0%, 24%, 4%) |
| LAB | lab(89.8 -36.9 20.7) |
| LCH | lch(89.8 42.3 150.7) |
| OKLCH | oklch(0.899 0.114 152.5) |
Copy-ready code
/* CSS */
color: #a2f4b9;
background-color: #a2f4b9;
/* Tailwind (arbitrary) */
class="text-[#a2f4b9] bg-[#a2f4b9]"
/* SCSS */
$brand: #a2f4b9;
/* SwiftUI */
Color(red: 0.635, green: 0.957, blue: 0.725)
/* Android */
Color.parseColor("#a2f4b9")Accessibility — WCAG contrast
Aa
#a2f4b9 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2f4b9 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green95.7%
Blue72.5%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow24.2%
Key (black)4.3%
Color previews
#a2f4b9 text on a black background
contrast 16.18:1
Card sample
#a2f4b9 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2f4b9;
Background color
Panel with #a2f4b9 background
background-color: #a2f4b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2f4b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 244, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 244, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2f4b9; background: linear-gradient(135deg, #a2f4b9, #A2F4F0);