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