#afb6af
a light, muted gray · cool · closest name: silver
RGB
175, 182, 175
HSL
120°, 5%, 70%
CMYK
4, 0, 4, 29
Luminance
0.4567
Every format
| HEX | #afb6af |
| RGB | rgb(175, 182, 175) |
| HSL | hsl(120, 5%, 70%) |
| CMYK | cmyk(4%, 0%, 4%, 29%) |
| LAB | lab(73.3 -3.8 2.7) |
| LCH | lch(73.3 4.6 144.2) |
| OKLCH | oklch(0.769 0.013 145.5) |
Copy-ready code
/* CSS */
color: #afb6af;
background-color: #afb6af;
/* Tailwind (arbitrary) */
class="text-[#afb6af] bg-[#afb6af]"
/* SCSS */
$brand: #afb6af;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.686)
/* Android */
Color.parseColor("#afb6af")Accessibility — WCAG contrast
Aa
#afb6af on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb6af on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue68.6%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow3.8%
Key (black)28.6%
Color previews
#afb6af text on a black background
contrast 10.13:1
Card sample
#afb6af text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb6af;
Background color
Panel with #afb6af background
background-color: #afb6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb6af; background: linear-gradient(135deg, #afb6af, #AFB6B4);