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