#a0b8b8
a light, muted cyan · cool · closest name: silver
RGB
160, 184, 184
HSL
180°, 15%, 68%
CMYK
13, 0, 0, 28
Luminance
0.4522
Every format
| HEX | #a0b8b8 |
| RGB | rgb(160, 184, 184) |
| HSL | hsl(180, 15%, 68%) |
| CMYK | cmyk(13%, 0%, 0%, 28%) |
| LAB | lab(73.0 -8.2 -2.8) |
| LCH | lch(73.0 8.6 198.7) |
| OKLCH | oklch(0.764 0.026 196.6) |
Copy-ready code
/* CSS */
color: #a0b8b8;
background-color: #a0b8b8;
/* Tailwind (arbitrary) */
class="text-[#a0b8b8] bg-[#a0b8b8]"
/* SCSS */
$brand: #a0b8b8;
/* SwiftUI */
Color(red: 0.627, green: 0.722, blue: 0.722)
/* Android */
Color.parseColor("#a0b8b8")Accessibility — WCAG contrast
Aa
#a0b8b8 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0b8b8 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green72.2%
Blue72.2%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow0.0%
Key (black)27.8%
Color previews
#a0b8b8 text on a black background
contrast 10.04:1
Card sample
#a0b8b8 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0b8b8;
Background color
Panel with #a0b8b8 background
background-color: #a0b8b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0b8b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 184, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 184, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0b8b8; background: linear-gradient(135deg, #a0b8b8, #A0A8B8);