#a0fbc9
a light, electric green · cool · closest name: aquamarine
RGB
160, 251, 201
HSL
147°, 92%, 81%
CMYK
36, 0, 20, 2
Luminance
0.8068
Every format
| HEX | #a0fbc9 |
| RGB | rgb(160, 251, 201) |
| HSL | hsl(147, 92%, 81%) |
| CMYK | cmyk(36%, 0%, 20%, 2%) |
| LAB | lab(92.0 -37.7 15.5) |
| LCH | lch(92.0 40.7 157.6) |
| OKLCH | oklch(0.917 0.112 159.1) |
Copy-ready code
/* CSS */
color: #a0fbc9;
background-color: #a0fbc9;
/* Tailwind (arbitrary) */
class="text-[#a0fbc9] bg-[#a0fbc9]"
/* SCSS */
$brand: #a0fbc9;
/* SwiftUI */
Color(red: 0.627, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#a0fbc9")Accessibility — WCAG contrast
Aa
#a0fbc9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0fbc9 on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green98.4%
Blue78.8%
CMYK percentages
Cyan36.3%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#a0fbc9 text on a black background
contrast 17.14:1
Card sample
#a0fbc9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0fbc9;
Background color
Panel with #a0fbc9 background
background-color: #a0fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0fbc9; background: linear-gradient(135deg, #a0fbc9, #A0F0FB);