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