#a0ffac
a light, electric green · cool · closest name: aquamarine
RGB
160, 255, 172
HSL
128°, 100%, 81%
CMYK
37, 0, 33, 0
Luminance
0.8197
Every format
| HEX | #a0ffac |
| RGB | rgb(160, 255, 172) |
| HSL | hsl(128, 100%, 81%) |
| CMYK | cmyk(37%, 0%, 33%, 0%) |
| LAB | lab(92.6 -44.6 31.0) |
| LCH | lch(92.6 54.3 145.1) |
| OKLCH | oklch(0.920 0.144 147.3) |
Copy-ready code
/* CSS */
color: #a0ffac;
background-color: #a0ffac;
/* Tailwind (arbitrary) */
class="text-[#a0ffac] bg-[#a0ffac]"
/* SCSS */
$brand: #a0ffac;
/* SwiftUI */
Color(red: 0.627, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#a0ffac")Accessibility — WCAG contrast
Aa
#a0ffac on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0ffac on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green100.0%
Blue67.5%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#a0ffac text on a black background
contrast 17.39:1
Card sample
#a0ffac text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0ffac;
Background color
Panel with #a0ffac background
background-color: #a0ffac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0ffac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0ffac; background: linear-gradient(135deg, #a0ffac, #A0FFEB);