#afb7ad
a light, muted gray · cool · closest name: silver
RGB
175, 183, 173
HSL
108°, 7%, 70%
CMYK
4, 0, 6, 28
Luminance
0.4600
Every format
| HEX | #afb7ad |
| RGB | rgb(175, 183, 173) |
| HSL | hsl(108, 7%, 70%) |
| CMYK | cmyk(4%, 0%, 6%, 28%) |
| LAB | lab(73.5 -4.7 4.1) |
| LCH | lch(73.5 6.2 138.5) |
| OKLCH | oklch(0.770 0.017 139.4) |
Copy-ready code
/* CSS */
color: #afb7ad;
background-color: #afb7ad;
/* Tailwind (arbitrary) */
class="text-[#afb7ad] bg-[#afb7ad]"
/* SCSS */
$brand: #afb7ad;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.678)
/* Android */
Color.parseColor("#afb7ad")Accessibility — WCAG contrast
Aa
#afb7ad on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb7ad on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue67.8%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow5.5%
Key (black)28.2%
Color previews
#afb7ad text on a black background
contrast 10.20:1
Card sample
#afb7ad text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb7ad;
Background color
Panel with #afb7ad background
background-color: #afb7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb7ad; background: linear-gradient(135deg, #afb7ad, #ADB7B2);