#a0e7ac
a light, vivid green · cool · closest name: aquamarine
RGB
160, 231, 172
HSL
130°, 60%, 77%
CMYK
31, 0, 26, 9
Luminance
0.6760
Every format
| HEX | #a0e7ac |
| RGB | rgb(160, 231, 172) |
| HSL | hsl(130, 60%, 77%) |
| CMYK | cmyk(31%, 0%, 26%, 9%) |
| LAB | lab(85.8 -33.8 21.8) |
| LCH | lch(85.8 40.3 147.1) |
| OKLCH | oklch(0.866 0.108 149.0) |
Copy-ready code
/* CSS */
color: #a0e7ac;
background-color: #a0e7ac;
/* Tailwind (arbitrary) */
class="text-[#a0e7ac] bg-[#a0e7ac]"
/* SCSS */
$brand: #a0e7ac;
/* SwiftUI */
Color(red: 0.627, green: 0.906, blue: 0.675)
/* Android */
Color.parseColor("#a0e7ac")Accessibility — WCAG contrast
Aa
#a0e7ac on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0e7ac on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green90.6%
Blue67.5%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow25.5%
Key (black)9.4%
Color previews
#a0e7ac text on a black background
contrast 14.52:1
Card sample
#a0e7ac text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0e7ac;
Background color
Panel with #a0e7ac background
background-color: #a0e7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0e7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 231, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 231, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0e7ac; background: linear-gradient(135deg, #a0e7ac, #A0E7DB);