#aaa0af
a light, muted violet · warm · closest name: silver
RGB
170, 160, 175
HSL
280°, 9%, 66%
CMYK
3, 9, 0, 31
Luminance
0.3678
Every format
| HEX | #aaa0af |
| RGB | rgb(170, 160, 175) |
| HSL | hsl(280, 9%, 66%) |
| CMYK | cmyk(3%, 9%, 0%, 31%) |
| LAB | lab(67.1 6.5 -6.5) |
| LCH | lch(67.1 9.1 315.0) |
| OKLCH | oklch(0.719 0.024 314.7) |
Copy-ready code
/* CSS */
color: #aaa0af;
background-color: #aaa0af;
/* Tailwind (arbitrary) */
class="text-[#aaa0af] bg-[#aaa0af]"
/* SCSS */
$brand: #aaa0af;
/* SwiftUI */
Color(red: 0.667, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#aaa0af")Accessibility — WCAG contrast
Aa
#aaa0af on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaa0af on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green62.7%
Blue68.6%
CMYK percentages
Cyan2.9%
Magenta8.6%
Yellow0.0%
Key (black)31.4%
Color previews
#aaa0af text on a black background
contrast 8.36:1
Card sample
#aaa0af text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaa0af;
Background color
Panel with #aaa0af background
background-color: #aaa0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaa0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaa0af; background: linear-gradient(135deg, #aaa0af, #AFA0AA);