#a0fade
a light, electric cyan · cool · closest name: aquamarine
RGB
160, 250, 222
HSL
161°, 90%, 80%
CMYK
36, 0, 11, 2
Luminance
0.8112
Every format
| HEX | #a0fade |
| RGB | rgb(160, 250, 222) |
| HSL | hsl(161, 90%, 80%) |
| CMYK | cmyk(36%, 0%, 11%, 2%) |
| LAB | lab(92.2 -33.0 4.9) |
| LCH | lch(92.2 33.4 171.5) |
| OKLCH | oklch(0.921 0.095 172.4) |
Copy-ready code
/* CSS */
color: #a0fade;
background-color: #a0fade;
/* Tailwind (arbitrary) */
class="text-[#a0fade] bg-[#a0fade]"
/* SCSS */
$brand: #a0fade;
/* SwiftUI */
Color(red: 0.627, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#a0fade")Accessibility — WCAG contrast
Aa
#a0fade on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0fade on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green98.0%
Blue87.1%
CMYK percentages
Cyan36.0%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#a0fade text on a black background
contrast 17.22:1
Card sample
#a0fade text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0fade;
Background color
Panel with #a0fade background
background-color: #a0fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0fade; background: linear-gradient(135deg, #a0fade, #A0DAFA);