#a6ecdf
a light, vivid cyan · cool · closest name: turquoise
RGB
166, 236, 223
HSL
169°, 65%, 79%
CMYK
30, 0, 6, 8
Luminance
0.7343
Every format
| HEX | #a6ecdf |
| RGB | rgb(166, 236, 223) |
| HSL | hsl(169, 65%, 79%) |
| CMYK | cmyk(30%, 0%, 6%, 8%) |
| LAB | lab(88.7 -24.5 -0.7) |
| LCH | lch(88.7 24.5 181.6) |
| OKLCH | oklch(0.893 0.072 181.8) |
Copy-ready code
/* CSS */
color: #a6ecdf;
background-color: #a6ecdf;
/* Tailwind (arbitrary) */
class="text-[#a6ecdf] bg-[#a6ecdf]"
/* SCSS */
$brand: #a6ecdf;
/* SwiftUI */
Color(red: 0.651, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#a6ecdf")Accessibility — WCAG contrast
Aa
#a6ecdf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6ecdf on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green92.5%
Blue87.5%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#a6ecdf text on a black background
contrast 15.69:1
Card sample
#a6ecdf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6ecdf;
Background color
Panel with #a6ecdf background
background-color: #a6ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6ecdf; background: linear-gradient(135deg, #a6ecdf, #A6CAEC);