#afb0af
a light, muted gray · cool · closest name: silver
RGB
175, 176, 175
HSL
120°, 1%, 69%
CMYK
1, 0, 1, 31
Luminance
0.4326
Every format
| HEX | #afb0af |
| RGB | rgb(175, 176, 175) |
| HSL | hsl(120, 1%, 69%) |
| CMYK | cmyk(1%, 0%, 1%, 31%) |
| LAB | lab(71.7 -0.5 0.4) |
| LCH | lch(71.7 0.7 144.2) |
| OKLCH | oklch(0.756 0.002 145.6) |
Copy-ready code
/* CSS */
color: #afb0af;
background-color: #afb0af;
/* Tailwind (arbitrary) */
class="text-[#afb0af] bg-[#afb0af]"
/* SCSS */
$brand: #afb0af;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#afb0af")Accessibility — WCAG contrast
Aa
#afb0af on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0af on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue68.6%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow0.6%
Key (black)31.0%
Color previews
#afb0af text on a black background
contrast 9.65:1
Card sample
#afb0af text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0af;
Background color
Panel with #afb0af background
background-color: #afb0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0af; background: linear-gradient(135deg, #afb0af, #AFB0B0);