#afb1b4
a light, muted gray · cool · closest name: silver
RGB
175, 177, 180
HSL
216°, 3%, 70%
CMYK
3, 2, 0, 29
Luminance
0.4385
Every format
| HEX | #afb1b4 |
| RGB | rgb(175, 177, 180) |
| HSL | hsl(216, 3%, 70%) |
| CMYK | cmyk(3%, 2%, 0%, 29%) |
| LAB | lab(72.1 -0.1 -1.8) |
| LCH | lch(72.1 1.8 265.8) |
| OKLCH | oklch(0.760 0.005 258.3) |
Copy-ready code
/* CSS */
color: #afb1b4;
background-color: #afb1b4;
/* Tailwind (arbitrary) */
class="text-[#afb1b4] bg-[#afb1b4]"
/* SCSS */
$brand: #afb1b4;
/* SwiftUI */
Color(red: 0.686, green: 0.694, blue: 0.706)
/* Android */
Color.parseColor("#afb1b4")Accessibility — WCAG contrast
Aa
#afb1b4 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb1b4 on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.4%
Blue70.6%
CMYK percentages
Cyan2.8%
Magenta1.7%
Yellow0.0%
Key (black)29.4%
Color previews
#afb1b4 text on a black background
contrast 9.77:1
Card sample
#afb1b4 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb1b4;
Background color
Panel with #afb1b4 background
background-color: #afb1b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb1b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 177, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 177, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb1b4; background: linear-gradient(135deg, #afb1b4, #B0AFB4);