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