#a0a0bb
a light, soft blue · warm · closest name: silver
RGB
160, 160, 187
HSL
240°, 17%, 68%
CMYK
14, 14, 0, 27
Luminance
0.3620
Every format
| HEX | #a0a0bb |
| RGB | rgb(160, 160, 187) |
| HSL | hsl(240, 17%, 68%) |
| CMYK | cmyk(14%, 14%, 0%, 27%) |
| LAB | lab(66.7 5.5 -13.9) |
| LCH | lch(66.7 14.9 291.7) |
| OKLCH | oklch(0.715 0.039 285.4) |
Copy-ready code
/* CSS */
color: #a0a0bb;
background-color: #a0a0bb;
/* Tailwind (arbitrary) */
class="text-[#a0a0bb] bg-[#a0a0bb]"
/* SCSS */
$brand: #a0a0bb;
/* SwiftUI */
Color(red: 0.627, green: 0.627, blue: 0.733)
/* Android */
Color.parseColor("#a0a0bb")Accessibility — WCAG contrast
Aa
#a0a0bb on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0a0bb on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green62.7%
Blue73.3%
CMYK percentages
Cyan14.4%
Magenta14.4%
Yellow0.0%
Key (black)26.7%
Color previews
#a0a0bb text on a black background
contrast 8.24:1
Card sample
#a0a0bb text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0a0bb;
Background color
Panel with #a0a0bb background
background-color: #a0a0bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0a0bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 160, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 160, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0a0bb; background: linear-gradient(135deg, #a0a0bb, #B2A0BB);