#a3ade8
a light, vivid blue · warm · closest name: steelblue
RGB
163, 173, 232
HSL
231°, 60%, 78%
CMYK
30, 25, 0, 9
Luminance
0.4350
Every format
| HEX | #a3ade8 |
| RGB | rgb(163, 173, 232) |
| HSL | hsl(231, 60%, 78%) |
| CMYK | cmyk(30%, 25%, 0%, 9%) |
| LAB | lab(71.9 9.7 -30.7) |
| LCH | lch(71.9 32.2 287.6) |
| OKLCH | oklch(0.761 0.086 276.7) |
Copy-ready code
/* CSS */
color: #a3ade8;
background-color: #a3ade8;
/* Tailwind (arbitrary) */
class="text-[#a3ade8] bg-[#a3ade8]"
/* SCSS */
$brand: #a3ade8;
/* SwiftUI */
Color(red: 0.639, green: 0.678, blue: 0.910)
/* Android */
Color.parseColor("#a3ade8")Accessibility — WCAG contrast
Aa
#a3ade8 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3ade8 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green67.8%
Blue91.0%
CMYK percentages
Cyan29.7%
Magenta25.4%
Yellow0.0%
Key (black)9.0%
Color previews
#a3ade8 text on a black background
contrast 9.70:1
Card sample
#a3ade8 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3ade8;
Background color
Panel with #a3ade8 background
background-color: #a3ade8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3ade8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 173, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 173, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3ade8; background: linear-gradient(135deg, #a3ade8, #C7A3E8);