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