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