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