#a0adbb
a light, soft blue · cool · closest name: silver
RGB
160, 173, 187
HSL
211°, 17%, 68%
CMYK
14, 8, 0, 27
Luminance
0.4095
Every format
| HEX | #a0adbb |
| RGB | rgb(160, 173, 187) |
| HSL | hsl(211, 17%, 68%) |
| CMYK | cmyk(14%, 8%, 0%, 27%) |
| LAB | lab(70.1 -1.6 -8.7) |
| LCH | lch(70.1 8.8 259.4) |
| OKLCH | oklch(0.742 0.025 250.1) |
Copy-ready code
/* CSS */
color: #a0adbb;
background-color: #a0adbb;
/* Tailwind (arbitrary) */
class="text-[#a0adbb] bg-[#a0adbb]"
/* SCSS */
$brand: #a0adbb;
/* SwiftUI */
Color(red: 0.627, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#a0adbb")Accessibility — WCAG contrast
Aa
#a0adbb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0adbb on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green67.8%
Blue73.3%
CMYK percentages
Cyan14.4%
Magenta7.5%
Yellow0.0%
Key (black)26.7%
Color previews
#a0adbb text on a black background
contrast 9.19:1
Card sample
#a0adbb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0adbb;
Background color
Panel with #a0adbb background
background-color: #a0adbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0adbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0adbb; background: linear-gradient(135deg, #a0adbb, #A5A0BB);