#a6e9da
a light, vivid cyan · cool · closest name: turquoise
RGB
166, 233, 218
HSL
167°, 60%, 78%
CMYK
29, 0, 6, 9
Luminance
0.7145
Every format
| HEX | #a6e9da |
| RGB | rgb(166, 233, 218) |
| HSL | hsl(167, 60%, 78%) |
| CMYK | cmyk(29%, 0%, 6%, 9%) |
| LAB | lab(87.7 -24.1 0.6) |
| LCH | lch(87.7 24.1 178.7) |
| OKLCH | oklch(0.885 0.070 179.1) |
Copy-ready code
/* CSS */
color: #a6e9da;
background-color: #a6e9da;
/* Tailwind (arbitrary) */
class="text-[#a6e9da] bg-[#a6e9da]"
/* SCSS */
$brand: #a6e9da;
/* SwiftUI */
Color(red: 0.651, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#a6e9da")Accessibility — WCAG contrast
Aa
#a6e9da on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6e9da on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green91.4%
Blue85.5%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#a6e9da text on a black background
contrast 15.29:1
Card sample
#a6e9da text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6e9da;
Background color
Panel with #a6e9da background
background-color: #a6e9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6e9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6e9da; background: linear-gradient(135deg, #a6e9da, #A6CBE9);