#a0ffb3
a light, electric green · cool · closest name: aquamarine
RGB
160, 255, 179
HSL
132°, 100%, 81%
CMYK
37, 0, 30, 0
Luminance
0.8225
Every format
| HEX | #a0ffb3 |
| RGB | rgb(160, 255, 179) |
| HSL | hsl(132, 100%, 81%) |
| CMYK | cmyk(37%, 0%, 30%, 0%) |
| LAB | lab(92.7 -43.4 27.7) |
| LCH | lch(92.7 51.5 147.5) |
| OKLCH | oklch(0.922 0.138 149.5) |
Copy-ready code
/* CSS */
color: #a0ffb3;
background-color: #a0ffb3;
/* Tailwind (arbitrary) */
class="text-[#a0ffb3] bg-[#a0ffb3]"
/* SCSS */
$brand: #a0ffb3;
/* SwiftUI */
Color(red: 0.627, green: 1.000, blue: 0.702)
/* Android */
Color.parseColor("#a0ffb3")Accessibility — WCAG contrast
Aa
#a0ffb3 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0ffb3 on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green100.0%
Blue70.2%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow29.8%
Key (black)0.0%
Color previews
#a0ffb3 text on a black background
contrast 17.45:1
Card sample
#a0ffb3 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0ffb3;
Background color
Panel with #a0ffb3 background
background-color: #a0ffb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0ffb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 255, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 255, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0ffb3; background: linear-gradient(135deg, #a0ffb3, #A0FFF2);