#a2ade5
a light, vivid blue · warm · closest name: steelblue
RGB
162, 173, 229
HSL
230°, 56%, 77%
CMYK
29, 25, 0, 10
Luminance
0.4323
Every format
| HEX | #a2ade5 |
| RGB | rgb(162, 173, 229) |
| HSL | hsl(230, 56%, 77%) |
| CMYK | cmyk(29%, 25%, 0%, 10%) |
| LAB | lab(71.7 8.7 -29.4) |
| LCH | lch(71.7 30.6 286.5) |
| OKLCH | oklch(0.759 0.082 275.7) |
Copy-ready code
/* CSS */
color: #a2ade5;
background-color: #a2ade5;
/* Tailwind (arbitrary) */
class="text-[#a2ade5] bg-[#a2ade5]"
/* SCSS */
$brand: #a2ade5;
/* SwiftUI */
Color(red: 0.635, green: 0.678, blue: 0.898)
/* Android */
Color.parseColor("#a2ade5")Accessibility — WCAG contrast
Aa
#a2ade5 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ade5 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.8%
Blue89.8%
CMYK percentages
Cyan29.3%
Magenta24.5%
Yellow0.0%
Key (black)10.2%
Color previews
#a2ade5 text on a black background
contrast 9.65:1
Card sample
#a2ade5 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ade5;
Background color
Panel with #a2ade5 background
background-color: #a2ade5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ade5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 173, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 173, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ade5; background: linear-gradient(135deg, #a2ade5, #C4A2E5);