#a6c4e1
a light, vivid blue · cool · closest name: skyblue
RGB
166, 196, 225
HSL
210°, 50%, 77%
CMYK
26, 13, 0, 12
Luminance
0.5302
Every format
| HEX | #a6c4e1 |
| RGB | rgb(166, 196, 225) |
| HSL | hsl(210, 50%, 77%) |
| CMYK | cmyk(26%, 13%, 0%, 12%) |
| LAB | lab(77.9 -3.6 -17.7) |
| LCH | lch(77.9 18.1 258.4) |
| OKLCH | oklch(0.808 0.052 247.6) |
Copy-ready code
/* CSS */
color: #a6c4e1;
background-color: #a6c4e1;
/* Tailwind (arbitrary) */
class="text-[#a6c4e1] bg-[#a6c4e1]"
/* SCSS */
$brand: #a6c4e1;
/* SwiftUI */
Color(red: 0.651, green: 0.769, blue: 0.882)
/* Android */
Color.parseColor("#a6c4e1")Accessibility — WCAG contrast
Aa
#a6c4e1 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6c4e1 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green76.9%
Blue88.2%
CMYK percentages
Cyan26.2%
Magenta12.9%
Yellow0.0%
Key (black)11.8%
Color previews
#a6c4e1 text on a black background
contrast 11.60:1
Card sample
#a6c4e1 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6c4e1;
Background color
Panel with #a6c4e1 background
background-color: #a6c4e1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6c4e1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 196, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 196, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6c4e1; background: linear-gradient(135deg, #a6c4e1, #AFA6E1);