#a6eade
a light, vivid cyan · cool · closest name: turquoise
RGB
166, 234, 222
HSL
169°, 62%, 78%
CMYK
29, 0, 5, 8
Luminance
0.7223
Every format
| HEX | #a6eade |
| RGB | rgb(166, 234, 222) |
| HSL | hsl(169, 62%, 78%) |
| CMYK | cmyk(29%, 0%, 5%, 8%) |
| LAB | lab(88.1 -23.7 -1.0) |
| LCH | lch(88.1 23.7 182.4) |
| OKLCH | oklch(0.888 0.070 182.5) |
Copy-ready code
/* CSS */
color: #a6eade;
background-color: #a6eade;
/* Tailwind (arbitrary) */
class="text-[#a6eade] bg-[#a6eade]"
/* SCSS */
$brand: #a6eade;
/* SwiftUI */
Color(red: 0.651, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#a6eade")Accessibility — WCAG contrast
Aa
#a6eade on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6eade on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green91.8%
Blue87.1%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#a6eade text on a black background
contrast 15.45:1
Card sample
#a6eade text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6eade;
Background color
Panel with #a6eade background
background-color: #a6eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6eade; background: linear-gradient(135deg, #a6eade, #A6C9EA);