#a0fccc
a light, electric green · cool · closest name: aquamarine
RGB
160, 252, 204
HSL
149°, 94%, 81%
CMYK
37, 0, 19, 1
Luminance
0.8145
Every format
| HEX | #a0fccc |
| RGB | rgb(160, 252, 204) |
| HSL | hsl(149, 94%, 81%) |
| CMYK | cmyk(37%, 0%, 19%, 1%) |
| LAB | lab(92.3 -37.5 14.4) |
| LCH | lch(92.3 40.2 159.0) |
| OKLCH | oklch(0.920 0.111 160.4) |
Copy-ready code
/* CSS */
color: #a0fccc;
background-color: #a0fccc;
/* Tailwind (arbitrary) */
class="text-[#a0fccc] bg-[#a0fccc]"
/* SCSS */
$brand: #a0fccc;
/* SwiftUI */
Color(red: 0.627, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#a0fccc")Accessibility — WCAG contrast
Aa
#a0fccc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0fccc on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green98.8%
Blue80.0%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#a0fccc text on a black background
contrast 17.29:1
Card sample
#a0fccc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0fccc;
Background color
Panel with #a0fccc background
background-color: #a0fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0fccc; background: linear-gradient(135deg, #a0fccc, #A0EFFC);