#a6dcfd
a light, electric blue · cool · closest name: skyblue
RGB
166, 220, 253
HSL
203°, 96%, 82%
CMYK
34, 13, 0, 1
Luminance
0.6639
Every format
| HEX | #a6dcfd |
| RGB | rgb(166, 220, 253) |
| HSL | hsl(203, 96%, 82%) |
| CMYK | cmyk(34%, 13%, 0%, 1%) |
| LAB | lab(85.2 -9.5 -21.6) |
| LCH | lch(85.2 23.6 246.2) |
| OKLCH | oklch(0.868 0.072 235.5) |
Copy-ready code
/* CSS */
color: #a6dcfd;
background-color: #a6dcfd;
/* Tailwind (arbitrary) */
class="text-[#a6dcfd] bg-[#a6dcfd]"
/* SCSS */
$brand: #a6dcfd;
/* SwiftUI */
Color(red: 0.651, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#a6dcfd")Accessibility — WCAG contrast
Aa
#a6dcfd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6dcfd on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green86.3%
Blue99.2%
CMYK percentages
Cyan34.4%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#a6dcfd text on a black background
contrast 14.28:1
Card sample
#a6dcfd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6dcfd;
Background color
Panel with #a6dcfd background
background-color: #a6dcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6dcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6dcfd; background: linear-gradient(135deg, #a6dcfd, #AAA6FD);