#afb6ab
a light, muted gray · cool · closest name: silver
RGB
175, 182, 171
HSL
98°, 7%, 69%
CMYK
4, 0, 6, 29
Luminance
0.4551
Every format
| HEX | #afb6ab |
| RGB | rgb(175, 182, 171) |
| HSL | hsl(98, 7%, 69%) |
| CMYK | cmyk(4%, 0%, 6%, 29%) |
| LAB | lab(73.2 -4.5 4.8) |
| LCH | lch(73.2 6.5 133.5) |
| OKLCH | oklch(0.767 0.017 133.9) |
Copy-ready code
/* CSS */
color: #afb6ab;
background-color: #afb6ab;
/* Tailwind (arbitrary) */
class="text-[#afb6ab] bg-[#afb6ab]"
/* SCSS */
$brand: #afb6ab;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.671)
/* Android */
Color.parseColor("#afb6ab")Accessibility — WCAG contrast
Aa
#afb6ab on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb6ab on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue67.1%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow6.0%
Key (black)28.6%
Color previews
#afb6ab text on a black background
contrast 10.10:1
Card sample
#afb6ab text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb6ab;
Background color
Panel with #afb6ab background
background-color: #afb6ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb6ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb6ab; background: linear-gradient(135deg, #afb6ab, #ABB6AE);