#a7a7b4
a light, muted blue · warm · closest name: silver
RGB
167, 167, 180
HSL
240°, 8%, 68%
CMYK
7, 7, 0, 29
Luminance
0.3915
Every format
| HEX | #a7a7b4 |
| RGB | rgb(167, 167, 180) |
| HSL | hsl(240, 8%, 68%) |
| CMYK | cmyk(7%, 7%, 0%, 29%) |
| LAB | lab(68.9 2.5 -6.7) |
| LCH | lch(68.9 7.1 290.9) |
| OKLCH | oklch(0.733 0.019 285.9) |
Copy-ready code
/* CSS */
color: #a7a7b4;
background-color: #a7a7b4;
/* Tailwind (arbitrary) */
class="text-[#a7a7b4] bg-[#a7a7b4]"
/* SCSS */
$brand: #a7a7b4;
/* SwiftUI */
Color(red: 0.655, green: 0.655, blue: 0.706)
/* Android */
Color.parseColor("#a7a7b4")Accessibility — WCAG contrast
Aa
#a7a7b4 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7a7b4 on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green65.5%
Blue70.6%
CMYK percentages
Cyan7.2%
Magenta7.2%
Yellow0.0%
Key (black)29.4%
Color previews
#a7a7b4 text on a black background
contrast 8.83:1
Card sample
#a7a7b4 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7a7b4;
Background color
Panel with #a7a7b4 background
background-color: #a7a7b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7a7b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 167, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 167, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7a7b4; background: linear-gradient(135deg, #a7a7b4, #B0A7B4);