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