#afb4b0
a light, muted gray · cool · closest name: silver
RGB
175, 180, 176
HSL
132°, 3%, 70%
CMYK
3, 0, 2, 29
Luminance
0.4489
Every format
| HEX | #afb4b0 |
| RGB | rgb(175, 180, 176) |
| HSL | hsl(132, 3%, 70%) |
| CMYK | cmyk(3%, 0%, 2%, 29%) |
| LAB | lab(72.8 -2.5 1.4) |
| LCH | lch(72.8 2.9 150.2) |
| OKLCH | oklch(0.765 0.008 151.8) |
Copy-ready code
/* CSS */
color: #afb4b0;
background-color: #afb4b0;
/* Tailwind (arbitrary) */
class="text-[#afb4b0] bg-[#afb4b0]"
/* SCSS */
$brand: #afb4b0;
/* SwiftUI */
Color(red: 0.686, green: 0.706, blue: 0.690)
/* Android */
Color.parseColor("#afb4b0")Accessibility — WCAG contrast
Aa
#afb4b0 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb4b0 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.6%
Blue69.0%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow2.2%
Key (black)29.4%
Color previews
#afb4b0 text on a black background
contrast 9.98:1
Card sample
#afb4b0 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb4b0;
Background color
Panel with #afb4b0 background
background-color: #afb4b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb4b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 180, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 180, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb4b0; background: linear-gradient(135deg, #afb4b0, #AFB4B3);