#a0adc9
a light, soft blue · cool · closest name: silver
RGB
160, 173, 201
HSL
221°, 28%, 71%
CMYK
20, 14, 0, 21
Luminance
0.4158
Every format
| HEX | #a0adc9 |
| RGB | rgb(160, 173, 201) |
| HSL | hsl(221, 28%, 71%) |
| CMYK | cmyk(20%, 14%, 0%, 21%) |
| LAB | lab(70.6 1.4 -15.8) |
| LCH | lch(70.6 15.8 275.3) |
| OKLCH | oklch(0.747 0.043 265.6) |
Copy-ready code
/* CSS */
color: #a0adc9;
background-color: #a0adc9;
/* Tailwind (arbitrary) */
class="text-[#a0adc9] bg-[#a0adc9]"
/* SCSS */
$brand: #a0adc9;
/* SwiftUI */
Color(red: 0.627, green: 0.678, blue: 0.788)
/* Android */
Color.parseColor("#a0adc9")Accessibility — WCAG contrast
Aa
#a0adc9 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0adc9 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green67.8%
Blue78.8%
CMYK percentages
Cyan20.4%
Magenta13.9%
Yellow0.0%
Key (black)21.2%
Color previews
#a0adc9 text on a black background
contrast 9.32:1
Card sample
#a0adc9 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0adc9;
Background color
Panel with #a0adc9 background
background-color: #a0adc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0adc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 173, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 173, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0adc9; background: linear-gradient(135deg, #a0adc9, #AEA0C9);