#a7aeaf
a light, muted gray · cool · closest name: silver
RGB
167, 174, 175
HSL
188°, 5%, 67%
CMYK
5, 1, 0, 31
Luminance
0.4158
Every format
| HEX | #a7aeaf |
| RGB | rgb(167, 174, 175) |
| HSL | hsl(188, 5%, 67%) |
| CMYK | cmyk(5%, 1%, 0%, 31%) |
| LAB | lab(70.6 -2.3 -1.4) |
| LCH | lch(70.6 2.6 211.2) |
| OKLCH | oklch(0.746 0.008 207.1) |
Copy-ready code
/* CSS */
color: #a7aeaf;
background-color: #a7aeaf;
/* Tailwind (arbitrary) */
class="text-[#a7aeaf] bg-[#a7aeaf]"
/* SCSS */
$brand: #a7aeaf;
/* SwiftUI */
Color(red: 0.655, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#a7aeaf")Accessibility — WCAG contrast
Aa
#a7aeaf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7aeaf on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green68.2%
Blue68.6%
CMYK percentages
Cyan4.6%
Magenta0.6%
Yellow0.0%
Key (black)31.4%
Color previews
#a7aeaf text on a black background
contrast 9.32:1
Card sample
#a7aeaf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7aeaf;
Background color
Panel with #a7aeaf background
background-color: #a7aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7aeaf; background: linear-gradient(135deg, #a7aeaf, #A7A9AF);