#a6dfec
a light, vivid cyan · cool · closest name: skyblue
RGB
166, 223, 236
HSL
191°, 65%, 79%
CMYK
30, 6, 0, 8
Luminance
0.6694
Every format
| HEX | #a6dfec |
| RGB | rgb(166, 223, 236) |
| HSL | hsl(191, 65%, 79%) |
| CMYK | cmyk(30%, 6%, 0%, 8%) |
| LAB | lab(85.5 -15.1 -12.2) |
| LCH | lch(85.5 19.4 218.9) |
| OKLCH | oklch(0.869 0.061 213.3) |
Copy-ready code
/* CSS */
color: #a6dfec;
background-color: #a6dfec;
/* Tailwind (arbitrary) */
class="text-[#a6dfec] bg-[#a6dfec]"
/* SCSS */
$brand: #a6dfec;
/* SwiftUI */
Color(red: 0.651, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#a6dfec")Accessibility — WCAG contrast
Aa
#a6dfec on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6dfec on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green87.5%
Blue92.5%
CMYK percentages
Cyan29.7%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#a6dfec text on a black background
contrast 14.39:1
Card sample
#a6dfec text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6dfec;
Background color
Panel with #a6dfec background
background-color: #a6dfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6dfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6dfec; background: linear-gradient(135deg, #a6dfec, #A6B0EC);