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