#a6a6b5
a light, muted blue · warm · closest name: silver
RGB
166, 166, 181
HSL
240°, 9%, 68%
CMYK
8, 8, 0, 29
Luminance
0.3872
Every format
| HEX | #a6a6b5 |
| RGB | rgb(166, 166, 181) |
| HSL | hsl(240, 9%, 68%) |
| CMYK | cmyk(8%, 8%, 0%, 29%) |
| LAB | lab(68.5 3.0 -7.7) |
| LCH | lch(68.5 8.3 291.0) |
| OKLCH | oklch(0.730 0.021 285.9) |
Copy-ready code
/* CSS */
color: #a6a6b5;
background-color: #a6a6b5;
/* Tailwind (arbitrary) */
class="text-[#a6a6b5] bg-[#a6a6b5]"
/* SCSS */
$brand: #a6a6b5;
/* SwiftUI */
Color(red: 0.651, green: 0.651, blue: 0.710)
/* Android */
Color.parseColor("#a6a6b5")Accessibility — WCAG contrast
Aa
#a6a6b5 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6a6b5 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green65.1%
Blue71.0%
CMYK percentages
Cyan8.3%
Magenta8.3%
Yellow0.0%
Key (black)29.0%
Color previews
#a6a6b5 text on a black background
contrast 8.74:1
Card sample
#a6a6b5 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6a6b5;
Background color
Panel with #a6a6b5 background
background-color: #a6a6b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6a6b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 166, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 166, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6a6b5; background: linear-gradient(135deg, #a6a6b5, #B0A6B5);