#aaa4af
a light, muted gray · warm · closest name: silver
RGB
170, 164, 175
HSL
273°, 6%, 67%
CMYK
3, 6, 0, 31
Luminance
0.3819
Every format
| HEX | #aaa4af |
| RGB | rgb(170, 164, 175) |
| HSL | hsl(273, 6%, 67%) |
| CMYK | cmyk(3%, 6%, 0%, 31%) |
| LAB | lab(68.2 4.2 -4.9) |
| LCH | lch(68.2 6.5 310.9) |
| OKLCH | oklch(0.727 0.017 310.0) |
Copy-ready code
/* CSS */
color: #aaa4af;
background-color: #aaa4af;
/* Tailwind (arbitrary) */
class="text-[#aaa4af] bg-[#aaa4af]"
/* SCSS */
$brand: #aaa4af;
/* SwiftUI */
Color(red: 0.667, green: 0.643, blue: 0.686)
/* Android */
Color.parseColor("#aaa4af")Accessibility — WCAG contrast
Aa
#aaa4af on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa4af on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green64.3%
Blue68.6%
CMYK percentages
Cyan2.9%
Magenta6.3%
Yellow0.0%
Key (black)31.4%
Color previews
#aaa4af text on a black background
contrast 8.64:1
Card sample
#aaa4af text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa4af;
Background color
Panel with #aaa4af background
background-color: #aaa4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 164, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 164, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa4af; background: linear-gradient(135deg, #aaa4af, #AFA4AD);