#a6d1fd
a light, electric blue · cool · closest name: skyblue
RGB
166, 209, 253
HSL
210°, 96%, 82%
CMYK
34, 17, 0, 1
Luminance
0.6080
Every format
| HEX | #a6d1fd |
| RGB | rgb(166, 209, 253) |
| HSL | hsl(210, 96%, 82%) |
| CMYK | cmyk(34%, 17%, 0%, 1%) |
| LAB | lab(82.3 -3.8 -26.1) |
| LCH | lch(82.3 26.3 261.7) |
| OKLCH | oklch(0.845 0.077 249.3) |
Copy-ready code
/* CSS */
color: #a6d1fd;
background-color: #a6d1fd;
/* Tailwind (arbitrary) */
class="text-[#a6d1fd] bg-[#a6d1fd]"
/* SCSS */
$brand: #a6d1fd;
/* SwiftUI */
Color(red: 0.651, green: 0.820, blue: 0.992)
/* Android */
Color.parseColor("#a6d1fd")Accessibility — WCAG contrast
Aa
#a6d1fd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6d1fd on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green82.0%
Blue99.2%
CMYK percentages
Cyan34.4%
Magenta17.4%
Yellow0.0%
Key (black)0.8%
Color previews
#a6d1fd text on a black background
contrast 13.16:1
Card sample
#a6d1fd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6d1fd;
Background color
Panel with #a6d1fd background
background-color: #a6d1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6d1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 209, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 209, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6d1fd; background: linear-gradient(135deg, #a6d1fd, #B5A6FD);