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