#a2efac
a light, vivid green · cool · closest name: aquamarine
RGB
162, 239, 172
HSL
128°, 71%, 79%
CMYK
32, 0, 28, 6
Luminance
0.7239
Every format
| HEX | #a2efac |
| RGB | rgb(162, 239, 172) |
| HSL | hsl(128, 71%, 79%) |
| CMYK | cmyk(32%, 0%, 28%, 6%) |
| LAB | lab(88.2 -36.9 25.1) |
| LCH | lch(88.2 44.6 145.8) |
| OKLCH | oklch(0.885 0.119 147.7) |
Copy-ready code
/* CSS */
color: #a2efac;
background-color: #a2efac;
/* Tailwind (arbitrary) */
class="text-[#a2efac] bg-[#a2efac]"
/* SCSS */
$brand: #a2efac;
/* SwiftUI */
Color(red: 0.635, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#a2efac")Accessibility — WCAG contrast
Aa
#a2efac on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2efac on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green93.7%
Blue67.5%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#a2efac text on a black background
contrast 15.48:1
Card sample
#a2efac text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2efac;
Background color
Panel with #a2efac background
background-color: #a2efac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2efac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2efac; background: linear-gradient(135deg, #a2efac, #A2EFDF);