#a1e2ac
a light, vivid green · cool · closest name: aquamarine
RGB
161, 226, 172
HSL
130°, 53%, 76%
CMYK
29, 0, 24, 11
Luminance
0.6495
Every format
| HEX | #a1e2ac |
| RGB | rgb(161, 226, 172) |
| HSL | hsl(130, 53%, 76%) |
| CMYK | cmyk(29%, 0%, 24%, 11%) |
| LAB | lab(84.5 -31.2 20.0) |
| LCH | lch(84.5 37.0 147.3) |
| OKLCH | oklch(0.855 0.100 149.2) |
Copy-ready code
/* CSS */
color: #a1e2ac;
background-color: #a1e2ac;
/* Tailwind (arbitrary) */
class="text-[#a1e2ac] bg-[#a1e2ac]"
/* SCSS */
$brand: #a1e2ac;
/* SwiftUI */
Color(red: 0.631, green: 0.886, blue: 0.675)
/* Android */
Color.parseColor("#a1e2ac")Accessibility — WCAG contrast
Aa
#a1e2ac on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1e2ac on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green88.6%
Blue67.5%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow23.9%
Key (black)11.4%
Color previews
#a1e2ac text on a black background
contrast 13.99:1
Card sample
#a1e2ac text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1e2ac;
Background color
Panel with #a1e2ac background
background-color: #a1e2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1e2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 226, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 226, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1e2ac; background: linear-gradient(135deg, #a1e2ac, #A1E2D7);