#afacb7
a light, muted gray · warm · closest name: silver
RGB
175, 172, 183
HSL
256°, 7%, 70%
CMYK
4, 6, 0, 28
Luminance
0.4204
Every format
| HEX | #afacb7 |
| RGB | rgb(175, 172, 183) |
| HSL | hsl(256, 7%, 70%) |
| CMYK | cmyk(4%, 6%, 0%, 28%) |
| LAB | lab(70.9 3.2 -5.2) |
| LCH | lch(70.9 6.1 301.2) |
| OKLCH | oklch(0.750 0.016 298.5) |
Copy-ready code
/* CSS */
color: #afacb7;
background-color: #afacb7;
/* Tailwind (arbitrary) */
class="text-[#afacb7] bg-[#afacb7]"
/* SCSS */
$brand: #afacb7;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.718)
/* Android */
Color.parseColor("#afacb7")Accessibility — WCAG contrast
Aa
#afacb7 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afacb7 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue71.8%
CMYK percentages
Cyan4.4%
Magenta6.0%
Yellow0.0%
Key (black)28.2%
Color previews
#afacb7 text on a black background
contrast 9.41:1
Card sample
#afacb7 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afacb7;
Background color
Panel with #afacb7 background
background-color: #afacb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afacb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afacb7; background: linear-gradient(135deg, #afacb7, #B6ACB7);