#a6b8e4
a light, vivid blue · cool · closest name: skyblue
RGB
166, 184, 228
HSL
223°, 53%, 77%
CMYK
27, 19, 0, 11
Luminance
0.4799
Every format
| HEX | #a6b8e4 |
| RGB | rgb(166, 184, 228) |
| HSL | hsl(223, 53%, 77%) |
| CMYK | cmyk(27%, 19%, 0%, 11%) |
| LAB | lab(74.8 3.6 -24.0) |
| LCH | lch(74.8 24.3 278.4) |
| OKLCH | oklch(0.784 0.066 267.5) |
Copy-ready code
/* CSS */
color: #a6b8e4;
background-color: #a6b8e4;
/* Tailwind (arbitrary) */
class="text-[#a6b8e4] bg-[#a6b8e4]"
/* SCSS */
$brand: #a6b8e4;
/* SwiftUI */
Color(red: 0.651, green: 0.722, blue: 0.894)
/* Android */
Color.parseColor("#a6b8e4")Accessibility — WCAG contrast
Aa
#a6b8e4 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6b8e4 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green72.2%
Blue89.4%
CMYK percentages
Cyan27.2%
Magenta19.3%
Yellow0.0%
Key (black)10.6%
Color previews
#a6b8e4 text on a black background
contrast 10.60:1
Card sample
#a6b8e4 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6b8e4;
Background color
Panel with #a6b8e4 background
background-color: #a6b8e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6b8e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 184, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 184, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6b8e4; background: linear-gradient(135deg, #a6b8e4, #BDA6E4);