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