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