#a0ffbf
a light, electric green · cool · closest name: aquamarine
RGB
160, 255, 191
HSL
140°, 100%, 81%
CMYK
37, 0, 25, 0
Luminance
0.8276
Every format
| HEX | #a0ffbf |
| RGB | rgb(160, 255, 191) |
| HSL | hsl(140, 100%, 81%) |
| CMYK | cmyk(37%, 0%, 25%, 0%) |
| LAB | lab(92.9 -41.3 21.9) |
| LCH | lch(92.9 46.8 152.1) |
| OKLCH | oklch(0.924 0.126 153.8) |
Copy-ready code
/* CSS */
color: #a0ffbf;
background-color: #a0ffbf;
/* Tailwind (arbitrary) */
class="text-[#a0ffbf] bg-[#a0ffbf]"
/* SCSS */
$brand: #a0ffbf;
/* SwiftUI */
Color(red: 0.627, green: 1.000, blue: 0.749)
/* Android */
Color.parseColor("#a0ffbf")Accessibility — WCAG contrast
Aa
#a0ffbf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0ffbf on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green100.0%
Blue74.9%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow25.1%
Key (black)0.0%
Color previews
#a0ffbf text on a black background
contrast 17.55:1
Card sample
#a0ffbf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0ffbf;
Background color
Panel with #a0ffbf background
background-color: #a0ffbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0ffbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 255, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 255, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0ffbf; background: linear-gradient(135deg, #a0ffbf, #A0FFFE);