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