#afb1af
a light, muted gray · cool · closest name: silver
RGB
175, 177, 175
HSL
120°, 1%, 69%
CMYK
1, 0, 1, 31
Luminance
0.4365
Every format
| HEX | #afb1af |
| RGB | rgb(175, 177, 175) |
| HSL | hsl(120, 1%, 69%) |
| CMYK | cmyk(1%, 0%, 1%, 31%) |
| LAB | lab(72.0 -1.1 0.8) |
| LCH | lch(72.0 1.3 144.5) |
| OKLCH | oklch(0.758 0.004 145.5) |
Copy-ready code
/* CSS */
color: #afb1af;
background-color: #afb1af;
/* Tailwind (arbitrary) */
class="text-[#afb1af] bg-[#afb1af]"
/* SCSS */
$brand: #afb1af;
/* SwiftUI */
Color(red: 0.686, green: 0.694, blue: 0.686)
/* Android */
Color.parseColor("#afb1af")Accessibility — WCAG contrast
Aa
#afb1af on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb1af on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.4%
Blue68.6%
CMYK percentages
Cyan1.1%
Magenta0.0%
Yellow1.1%
Key (black)30.6%
Color previews
#afb1af text on a black background
contrast 9.73:1
Card sample
#afb1af text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb1af;
Background color
Panel with #afb1af background
background-color: #afb1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 177, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 177, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb1af; background: linear-gradient(135deg, #afb1af, #AFB1B0);