#afb3b9
a light, muted gray · cool · closest name: silver
RGB
175, 179, 185
HSL
216°, 7%, 71%
CMYK
5, 3, 0, 28
Luminance
0.4486
Every format
| HEX | #afb3b9 |
| RGB | rgb(175, 179, 185) |
| HSL | hsl(216, 7%, 71%) |
| CMYK | cmyk(5%, 3%, 0%, 28%) |
| LAB | lab(72.8 -0.2 -3.5) |
| LCH | lch(72.8 3.5 266.1) |
| OKLCH | oklch(0.765 0.010 258.3) |
Copy-ready code
/* CSS */
color: #afb3b9;
background-color: #afb3b9;
/* Tailwind (arbitrary) */
class="text-[#afb3b9] bg-[#afb3b9]"
/* SCSS */
$brand: #afb3b9;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.725)
/* Android */
Color.parseColor("#afb3b9")Accessibility — WCAG contrast
Aa
#afb3b9 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3b9 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue72.5%
CMYK percentages
Cyan5.4%
Magenta3.2%
Yellow0.0%
Key (black)27.5%
Color previews
#afb3b9 text on a black background
contrast 9.97:1
Card sample
#afb3b9 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3b9;
Background color
Panel with #afb3b9 background
background-color: #afb3b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3b9; background: linear-gradient(135deg, #afb3b9, #B2AFB9);