#a0ade4
a light, vivid blue · warm · closest name: steelblue
RGB
160, 173, 228
HSL
229°, 56%, 76%
CMYK
30, 24, 0, 11
Luminance
0.4296
Every format
| HEX | #a0ade4 |
| RGB | rgb(160, 173, 228) |
| HSL | hsl(229, 56%, 76%) |
| CMYK | cmyk(30%, 24%, 0%, 11%) |
| LAB | lab(71.5 7.9 -29.1) |
| LCH | lch(71.5 30.1 285.1) |
| OKLCH | oklch(0.757 0.081 274.0) |
Copy-ready code
/* CSS */
color: #a0ade4;
background-color: #a0ade4;
/* Tailwind (arbitrary) */
class="text-[#a0ade4] bg-[#a0ade4]"
/* SCSS */
$brand: #a0ade4;
/* SwiftUI */
Color(red: 0.627, green: 0.678, blue: 0.894)
/* Android */
Color.parseColor("#a0ade4")Accessibility — WCAG contrast
Aa
#a0ade4 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0ade4 on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green67.8%
Blue89.4%
CMYK percentages
Cyan29.8%
Magenta24.1%
Yellow0.0%
Key (black)10.6%
Color previews
#a0ade4 text on a black background
contrast 9.59:1
Card sample
#a0ade4 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0ade4;
Background color
Panel with #a0ade4 background
background-color: #a0ade4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0ade4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 173, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 173, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0ade4; background: linear-gradient(135deg, #a0ade4, #C0A0E4);