#a6ebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
166, 235, 223
HSL
170°, 63%, 79%
CMYK
29, 0, 5, 8
Luminance
0.7285
Every format
| HEX | #a6ebdf |
| RGB | rgb(166, 235, 223) |
| HSL | hsl(170, 63%, 79%) |
| CMYK | cmyk(29%, 0%, 5%, 8%) |
| LAB | lab(88.4 -24.0 -1.1) |
| LCH | lch(88.4 24.0 182.6) |
| OKLCH | oklch(0.891 0.071 182.7) |
Copy-ready code
/* CSS */
color: #a6ebdf;
background-color: #a6ebdf;
/* Tailwind (arbitrary) */
class="text-[#a6ebdf] bg-[#a6ebdf]"
/* SCSS */
$brand: #a6ebdf;
/* SwiftUI */
Color(red: 0.651, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#a6ebdf")Accessibility — WCAG contrast
Aa
#a6ebdf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6ebdf on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green92.2%
Blue87.5%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#a6ebdf text on a black background
contrast 15.57:1
Card sample
#a6ebdf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6ebdf;
Background color
Panel with #a6ebdf background
background-color: #a6ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6ebdf; background: linear-gradient(135deg, #a6ebdf, #A6C9EB);