#afacb3
a light, muted gray · warm · closest name: silver
RGB
175, 172, 179
HSL
266°, 4%, 69%
CMYK
2, 4, 0, 30
Luminance
0.4187
Every format
| HEX | #afacb3 |
| RGB | rgb(175, 172, 179) |
| HSL | hsl(266, 4%, 69%) |
| CMYK | cmyk(2%, 4%, 0%, 30%) |
| LAB | lab(70.8 2.4 -3.2) |
| LCH | lch(70.8 4.0 306.8) |
| OKLCH | oklch(0.749 0.010 305.4) |
Copy-ready code
/* CSS */
color: #afacb3;
background-color: #afacb3;
/* Tailwind (arbitrary) */
class="text-[#afacb3] bg-[#afacb3]"
/* SCSS */
$brand: #afacb3;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.702)
/* Android */
Color.parseColor("#afacb3")Accessibility — WCAG contrast
Aa
#afacb3 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afacb3 on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue70.2%
CMYK percentages
Cyan2.2%
Magenta3.9%
Yellow0.0%
Key (black)29.8%
Color previews
#afacb3 text on a black background
contrast 9.37:1
Card sample
#afacb3 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afacb3;
Background color
Panel with #afacb3 background
background-color: #afacb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afacb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afacb3; background: linear-gradient(135deg, #afacb3, #B3ACB2);