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