#a6ade0
a light, vivid blue · warm · closest name: steelblue
RGB
166, 173, 224
HSL
233°, 48%, 77%
CMYK
26, 23, 0, 12
Luminance
0.4338
Every format
| HEX | #a6ade0 |
| RGB | rgb(166, 173, 224) |
| HSL | hsl(233, 48%, 77%) |
| CMYK | cmyk(26%, 23%, 0%, 12%) |
| LAB | lab(71.8 8.7 -26.4) |
| LCH | lch(71.8 27.8 288.1) |
| OKLCH | oklch(0.760 0.074 278.4) |
Copy-ready code
/* CSS */
color: #a6ade0;
background-color: #a6ade0;
/* Tailwind (arbitrary) */
class="text-[#a6ade0] bg-[#a6ade0]"
/* SCSS */
$brand: #a6ade0;
/* SwiftUI */
Color(red: 0.651, green: 0.678, blue: 0.878)
/* Android */
Color.parseColor("#a6ade0")Accessibility — WCAG contrast
Aa
#a6ade0 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6ade0 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green67.8%
Blue87.8%
CMYK percentages
Cyan25.9%
Magenta22.8%
Yellow0.0%
Key (black)12.2%
Color previews
#a6ade0 text on a black background
contrast 9.68:1
Card sample
#a6ade0 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6ade0;
Background color
Panel with #a6ade0 background
background-color: #a6ade0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6ade0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 173, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 173, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6ade0; background: linear-gradient(135deg, #a6ade0, #C6A6E0);