#a0ade7
a light, vivid blue · warm · closest name: steelblue
RGB
160, 173, 231
HSL
229°, 60%, 77%
CMYK
31, 25, 0, 9
Luminance
0.4313
Every format
| HEX | #a0ade7 |
| RGB | rgb(160, 173, 231) |
| HSL | hsl(229, 60%, 77%) |
| CMYK | cmyk(31%, 25%, 0%, 9%) |
| LAB | lab(71.6 8.6 -30.6) |
| LCH | lch(71.6 31.8 285.7) |
| OKLCH | oklch(0.759 0.085 274.4) |
Copy-ready code
/* CSS */
color: #a0ade7;
background-color: #a0ade7;
/* Tailwind (arbitrary) */
class="text-[#a0ade7] bg-[#a0ade7]"
/* SCSS */
$brand: #a0ade7;
/* SwiftUI */
Color(red: 0.627, green: 0.678, blue: 0.906)
/* Android */
Color.parseColor("#a0ade7")Accessibility — WCAG contrast
Aa
#a0ade7 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0ade7 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green67.8%
Blue90.6%
CMYK percentages
Cyan30.7%
Magenta25.1%
Yellow0.0%
Key (black)9.4%
Color previews
#a0ade7 text on a black background
contrast 9.63:1
Card sample
#a0ade7 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0ade7;
Background color
Panel with #a0ade7 background
background-color: #a0ade7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0ade7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 173, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 173, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0ade7; background: linear-gradient(135deg, #a0ade7, #C2A0E7);