#a7afac
a light, muted gray · cool · closest name: silver
RGB
167, 175, 172
HSL
158°, 5%, 67%
CMYK
5, 0, 2, 31
Luminance
0.4185
Every format
| HEX | #a7afac |
| RGB | rgb(167, 175, 172) |
| HSL | hsl(158, 5%, 67%) |
| CMYK | cmyk(5%, 0%, 2%, 31%) |
| LAB | lab(70.8 -3.4 0.6) |
| LCH | lch(70.8 3.4 170.6) |
| OKLCH | oklch(0.747 0.010 171.7) |
Copy-ready code
/* CSS */
color: #a7afac;
background-color: #a7afac;
/* Tailwind (arbitrary) */
class="text-[#a7afac] bg-[#a7afac]"
/* SCSS */
$brand: #a7afac;
/* SwiftUI */
Color(red: 0.655, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#a7afac")Accessibility — WCAG contrast
Aa
#a7afac on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7afac on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green68.6%
Blue67.5%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#a7afac text on a black background
contrast 9.37:1
Card sample
#a7afac text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7afac;
Background color
Panel with #a7afac background
background-color: #a7afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7afac; background: linear-gradient(135deg, #a7afac, #A7ADAF);