#a6fade
a light, electric cyan · cool · closest name: aquamarine
RGB
166, 250, 222
HSL
160°, 89%, 82%
CMYK
34, 0, 11, 2
Luminance
0.8175
Every format
| HEX | #a6fade |
| RGB | rgb(166, 250, 222) |
| HSL | hsl(160, 89%, 82%) |
| CMYK | cmyk(34%, 0%, 11%, 2%) |
| LAB | lab(92.5 -31.4 5.4) |
| LCH | lch(92.5 31.8 170.3) |
| OKLCH | oklch(0.924 0.091 171.3) |
Copy-ready code
/* CSS */
color: #a6fade;
background-color: #a6fade;
/* Tailwind (arbitrary) */
class="text-[#a6fade] bg-[#a6fade]"
/* SCSS */
$brand: #a6fade;
/* SwiftUI */
Color(red: 0.651, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#a6fade")Accessibility — WCAG contrast
Aa
#a6fade on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6fade on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green98.0%
Blue87.1%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#a6fade text on a black background
contrast 17.35:1
Card sample
#a6fade text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6fade;
Background color
Panel with #a6fade background
background-color: #a6fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6fade; background: linear-gradient(135deg, #a6fade, #A6DEFA);