#afaaa5
a light, muted gray · warm · closest name: silver
RGB
175, 170, 165
HSL
30°, 6%, 67%
CMYK
0, 3, 6, 31
Luminance
0.4058
Every format
| HEX | #afaaa5 |
| RGB | rgb(175, 170, 165) |
| HSL | hsl(30, 6%, 67%) |
| CMYK | cmyk(0%, 3%, 6%, 31%) |
| LAB | lab(69.9 0.9 3.2) |
| LCH | lch(69.9 3.3 74.7) |
| OKLCH | oklch(0.741 0.009 67.7) |
Copy-ready code
/* CSS */
color: #afaaa5;
background-color: #afaaa5;
/* Tailwind (arbitrary) */
class="text-[#afaaa5] bg-[#afaaa5]"
/* SCSS */
$brand: #afaaa5;
/* SwiftUI */
Color(red: 0.686, green: 0.667, blue: 0.647)
/* Android */
Color.parseColor("#afaaa5")Accessibility — WCAG contrast
Aa
#afaaa5 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afaaa5 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green66.7%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow5.7%
Key (black)31.4%
Color previews
#afaaa5 text on a black background
contrast 9.12:1
Card sample
#afaaa5 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afaaa5;
Background color
Panel with #afaaa5 background
background-color: #afaaa5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afaaa5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 170, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 170, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afaaa5; background: linear-gradient(135deg, #afaaa5, #ADAFA5);