#afb8ad
a light, muted gray · cool · closest name: silver
RGB
175, 184, 173
HSL
109°, 7%, 70%
CMYK
5, 0, 6, 28
Luminance
0.4641
Every format
| HEX | #afb8ad |
| RGB | rgb(175, 184, 173) |
| HSL | hsl(109, 7%, 70%) |
| CMYK | cmyk(5%, 0%, 6%, 28%) |
| LAB | lab(73.8 -5.2 4.5) |
| LCH | lch(73.8 6.9 139.1) |
| OKLCH | oklch(0.772 0.018 140.0) |
Copy-ready code
/* CSS */
color: #afb8ad;
background-color: #afb8ad;
/* Tailwind (arbitrary) */
class="text-[#afb8ad] bg-[#afb8ad]"
/* SCSS */
$brand: #afb8ad;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.678)
/* Android */
Color.parseColor("#afb8ad")Accessibility — WCAG contrast
Aa
#afb8ad on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8ad on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue67.8%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow6.0%
Key (black)27.8%
Color previews
#afb8ad text on a black background
contrast 10.28:1
Card sample
#afb8ad text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8ad;
Background color
Panel with #afb8ad background
background-color: #afb8ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8ad; background: linear-gradient(135deg, #afb8ad, #ADB8B2);