#aaa7af
a light, muted gray · warm · closest name: silver
RGB
170, 167, 175
HSL
263°, 5%, 67%
CMYK
3, 5, 0, 31
Luminance
0.3928
Every format
| HEX | #aaa7af |
| RGB | rgb(170, 167, 175) |
| HSL | hsl(263, 5%, 67%) |
| CMYK | cmyk(3%, 5%, 0%, 31%) |
| LAB | lab(69.0 2.6 -3.7) |
| LCH | lch(69.0 4.5 304.9) |
| OKLCH | oklch(0.733 0.012 303.0) |
Copy-ready code
/* CSS */
color: #aaa7af;
background-color: #aaa7af;
/* Tailwind (arbitrary) */
class="text-[#aaa7af] bg-[#aaa7af]"
/* SCSS */
$brand: #aaa7af;
/* SwiftUI */
Color(red: 0.667, green: 0.655, blue: 0.686)
/* Android */
Color.parseColor("#aaa7af")Accessibility — WCAG contrast
Aa
#aaa7af on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa7af on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green65.5%
Blue68.6%
CMYK percentages
Cyan2.9%
Magenta4.6%
Yellow0.0%
Key (black)31.4%
Color previews
#aaa7af text on a black background
contrast 8.86:1
Card sample
#aaa7af text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa7af;
Background color
Panel with #aaa7af background
background-color: #aaa7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 167, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 167, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa7af; background: linear-gradient(135deg, #aaa7af, #AFA7AF);