#afb0aa
a light, muted gray · cool · closest name: silver
RGB
175, 176, 170
HSL
70°, 4%, 68%
CMYK
1, 0, 3, 31
Luminance
0.4307
Every format
| HEX | #afb0aa |
| RGB | rgb(175, 176, 170) |
| HSL | hsl(70, 4%, 68%) |
| CMYK | cmyk(1%, 0%, 3%, 31%) |
| LAB | lab(71.6 -1.5 2.9) |
| LCH | lch(71.6 3.3 116.6) |
| OKLCH | oklch(0.755 0.009 114.3) |
Copy-ready code
/* CSS */
color: #afb0aa;
background-color: #afb0aa;
/* Tailwind (arbitrary) */
class="text-[#afb0aa] bg-[#afb0aa]"
/* SCSS */
$brand: #afb0aa;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.667)
/* Android */
Color.parseColor("#afb0aa")Accessibility — WCAG contrast
Aa
#afb0aa on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0aa on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue66.7%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow3.4%
Key (black)31.0%
Color previews
#afb0aa text on a black background
contrast 9.61:1
Card sample
#afb0aa text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0aa;
Background color
Panel with #afb0aa background
background-color: #afb0aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0aa; background: linear-gradient(135deg, #afb0aa, #ABB0AA);