#afb3af
a light, muted gray · cool · closest name: silver
RGB
175, 179, 175
HSL
120°, 3%, 69%
CMYK
2, 0, 2, 30
Luminance
0.4445
Every format
| HEX | #afb3af |
| RGB | rgb(175, 179, 175) |
| HSL | hsl(120, 3%, 69%) |
| CMYK | cmyk(2%, 0%, 2%, 30%) |
| LAB | lab(72.5 -2.2 1.6) |
| LCH | lch(72.5 2.7 144.3) |
| OKLCH | oklch(0.762 0.007 145.5) |
Copy-ready code
/* CSS */
color: #afb3af;
background-color: #afb3af;
/* Tailwind (arbitrary) */
class="text-[#afb3af] bg-[#afb3af]"
/* SCSS */
$brand: #afb3af;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#afb3af")Accessibility — WCAG contrast
Aa
#afb3af on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3af on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue68.6%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow2.2%
Key (black)29.8%
Color previews
#afb3af text on a black background
contrast 9.89:1
Card sample
#afb3af text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3af;
Background color
Panel with #afb3af background
background-color: #afb3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3af; background: linear-gradient(135deg, #afb3af, #AFB3B2);