#afaaa2
a light, muted gray · warm · closest name: silver
RGB
175, 170, 162
HSL
37°, 8%, 66%
CMYK
0, 3, 7, 31
Luminance
0.4047
Every format
| HEX | #afaaa2 |
| RGB | rgb(175, 170, 162) |
| HSL | hsl(37, 8%, 66%) |
| CMYK | cmyk(0%, 3%, 7%, 31%) |
| LAB | lab(69.8 0.3 4.8) |
| LCH | lch(69.8 4.8 85.9) |
| OKLCH | oklch(0.740 0.013 79.8) |
Copy-ready code
/* CSS */
color: #afaaa2;
background-color: #afaaa2;
/* Tailwind (arbitrary) */
class="text-[#afaaa2] bg-[#afaaa2]"
/* SCSS */
$brand: #afaaa2;
/* SwiftUI */
Color(red: 0.686, green: 0.667, blue: 0.635)
/* Android */
Color.parseColor("#afaaa2")Accessibility — WCAG contrast
Aa
#afaaa2 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afaaa2 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green66.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow7.4%
Key (black)31.4%
Color previews
#afaaa2 text on a black background
contrast 9.09:1
Card sample
#afaaa2 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afaaa2;
Background color
Panel with #afaaa2 background
background-color: #afaaa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afaaa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 170, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 170, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afaaa2; background: linear-gradient(135deg, #afaaa2, #ABAFA2);