#a0e7b8
a light, vivid green · cool · closest name: aquamarine
RGB
160, 231, 184
HSL
140°, 60%, 77%
CMYK
31, 0, 20, 9
Luminance
0.6809
Every format
| HEX | #a0e7b8 |
| RGB | rgb(160, 231, 184) |
| HSL | hsl(140, 60%, 77%) |
| CMYK | cmyk(31%, 0%, 20%, 9%) |
| LAB | lab(86.0 -31.6 15.9) |
| LCH | lch(86.0 35.4 153.3) |
| OKLCH | oklch(0.868 0.097 154.9) |
Copy-ready code
/* CSS */
color: #a0e7b8;
background-color: #a0e7b8;
/* Tailwind (arbitrary) */
class="text-[#a0e7b8] bg-[#a0e7b8]"
/* SCSS */
$brand: #a0e7b8;
/* SwiftUI */
Color(red: 0.627, green: 0.906, blue: 0.722)
/* Android */
Color.parseColor("#a0e7b8")Accessibility — WCAG contrast
Aa
#a0e7b8 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0e7b8 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green90.6%
Blue72.2%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow20.3%
Key (black)9.4%
Color previews
#a0e7b8 text on a black background
contrast 14.62:1
Card sample
#a0e7b8 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0e7b8;
Background color
Panel with #a0e7b8 background
background-color: #a0e7b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0e7b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 231, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 231, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0e7b8; background: linear-gradient(135deg, #a0e7b8, #A0E7E7);