#a6c1e4
a light, vivid blue · cool · closest name: skyblue
RGB
166, 193, 228
HSL
214°, 53%, 77%
CMYK
27, 15, 0, 11
Luminance
0.5185
Every format
| HEX | #a6c1e4 |
| RGB | rgb(166, 193, 228) |
| HSL | hsl(214, 53%, 77%) |
| CMYK | cmyk(27%, 15%, 0%, 11%) |
| LAB | lab(77.2 -1.3 -20.4) |
| LCH | lch(77.2 20.4 266.3) |
| OKLCH | oklch(0.803 0.058 255.0) |
Copy-ready code
/* CSS */
color: #a6c1e4;
background-color: #a6c1e4;
/* Tailwind (arbitrary) */
class="text-[#a6c1e4] bg-[#a6c1e4]"
/* SCSS */
$brand: #a6c1e4;
/* SwiftUI */
Color(red: 0.651, green: 0.757, blue: 0.894)
/* Android */
Color.parseColor("#a6c1e4")Accessibility — WCAG contrast
Aa
#a6c1e4 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6c1e4 on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green75.7%
Blue89.4%
CMYK percentages
Cyan27.2%
Magenta15.4%
Yellow0.0%
Key (black)10.6%
Color previews
#a6c1e4 text on a black background
contrast 11.37:1
Card sample
#a6c1e4 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6c1e4;
Background color
Panel with #a6c1e4 background
background-color: #a6c1e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6c1e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 193, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 193, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6c1e4; background: linear-gradient(135deg, #a6c1e4, #B5A6E4);