#a2efb1
a light, vivid green · cool · closest name: aquamarine
RGB
162, 239, 177
HSL
132°, 71%, 79%
CMYK
32, 0, 26, 6
Luminance
0.7259
Every format
| HEX | #a2efb1 |
| RGB | rgb(162, 239, 177) |
| HSL | hsl(132, 71%, 79%) |
| CMYK | cmyk(32%, 0%, 26%, 6%) |
| LAB | lab(88.3 -36.0 22.6) |
| LCH | lch(88.3 42.5 147.8) |
| OKLCH | oklch(0.886 0.114 149.7) |
Copy-ready code
/* CSS */
color: #a2efb1;
background-color: #a2efb1;
/* Tailwind (arbitrary) */
class="text-[#a2efb1] bg-[#a2efb1]"
/* SCSS */
$brand: #a2efb1;
/* SwiftUI */
Color(red: 0.635, green: 0.937, blue: 0.694)
/* Android */
Color.parseColor("#a2efb1")Accessibility — WCAG contrast
Aa
#a2efb1 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2efb1 on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green93.7%
Blue69.4%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow25.9%
Key (black)6.3%
Color previews
#a2efb1 text on a black background
contrast 15.52:1
Card sample
#a2efb1 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2efb1;
Background color
Panel with #a2efb1 background
background-color: #a2efb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2efb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 239, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 239, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2efb1; background: linear-gradient(135deg, #a2efb1, #A2EFE4);