#afb5ad
a light, muted gray · cool · closest name: silver
RGB
175, 181, 173
HSL
105°, 5%, 69%
CMYK
3, 0, 4, 29
Luminance
0.4518
Every format
| HEX | #afb5ad |
| RGB | rgb(175, 181, 173) |
| HSL | hsl(105, 5%, 69%) |
| CMYK | cmyk(3%, 0%, 4%, 29%) |
| LAB | lab(73.0 -3.6 3.3) |
| LCH | lch(73.0 4.9 137.1) |
| OKLCH | oklch(0.766 0.013 137.8) |
Copy-ready code
/* CSS */
color: #afb5ad;
background-color: #afb5ad;
/* Tailwind (arbitrary) */
class="text-[#afb5ad] bg-[#afb5ad]"
/* SCSS */
$brand: #afb5ad;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.678)
/* Android */
Color.parseColor("#afb5ad")Accessibility — WCAG contrast
Aa
#afb5ad on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb5ad on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue67.8%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow4.4%
Key (black)29.0%
Color previews
#afb5ad text on a black background
contrast 10.04:1
Card sample
#afb5ad text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb5ad;
Background color
Panel with #afb5ad background
background-color: #afb5ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb5ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb5ad; background: linear-gradient(135deg, #afb5ad, #ADB5B0);