#afacb5
a light, muted gray · warm · closest name: silver
RGB
175, 172, 181
HSL
260°, 6%, 69%
CMYK
3, 5, 0, 29
Luminance
0.4196
Every format
| HEX | #afacb5 |
| RGB | rgb(175, 172, 181) |
| HSL | hsl(260, 6%, 69%) |
| CMYK | cmyk(3%, 5%, 0%, 29%) |
| LAB | lab(70.8 2.8 -4.2) |
| LCH | lch(70.8 5.0 303.4) |
| OKLCH | oklch(0.750 0.013 301.2) |
Copy-ready code
/* CSS */
color: #afacb5;
background-color: #afacb5;
/* Tailwind (arbitrary) */
class="text-[#afacb5] bg-[#afacb5]"
/* SCSS */
$brand: #afacb5;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.710)
/* Android */
Color.parseColor("#afacb5")Accessibility — WCAG contrast
Aa
#afacb5 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afacb5 on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue71.0%
CMYK percentages
Cyan3.3%
Magenta5.0%
Yellow0.0%
Key (black)29.0%
Color previews
#afacb5 text on a black background
contrast 9.39:1
Card sample
#afacb5 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afacb5;
Background color
Panel with #afacb5 background
background-color: #afacb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afacb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afacb5; background: linear-gradient(135deg, #afacb5, #B5ACB5);