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