#afb1ad
a light, muted gray · cool · closest name: silver
RGB
175, 177, 173
HSL
90°, 3%, 69%
CMYK
1, 0, 2, 31
Luminance
0.4358
Every format
| HEX | #afb1ad |
| RGB | rgb(175, 177, 173) |
| HSL | hsl(90, 3%, 69%) |
| CMYK | cmyk(1%, 0%, 2%, 31%) |
| LAB | lab(71.9 -1.4 1.8) |
| LCH | lch(71.9 2.3 128.9) |
| OKLCH | oklch(0.758 0.006 128.5) |
Copy-ready code
/* CSS */
color: #afb1ad;
background-color: #afb1ad;
/* Tailwind (arbitrary) */
class="text-[#afb1ad] bg-[#afb1ad]"
/* SCSS */
$brand: #afb1ad;
/* SwiftUI */
Color(red: 0.686, green: 0.694, blue: 0.678)
/* Android */
Color.parseColor("#afb1ad")Accessibility — WCAG contrast
Aa
#afb1ad on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb1ad on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.4%
Blue67.8%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow2.3%
Key (black)30.6%
Color previews
#afb1ad text on a black background
contrast 9.72:1
Card sample
#afb1ad text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb1ad;
Background color
Panel with #afb1ad background
background-color: #afb1ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb1ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 177, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 177, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb1ad; background: linear-gradient(135deg, #afb1ad, #ADB1AE);