#afacb9
a light, muted blue · warm · closest name: silver
RGB
175, 172, 185
HSL
254°, 9%, 70%
CMYK
5, 7, 0, 28
Luminance
0.4212
Every format
| HEX | #afacb9 |
| RGB | rgb(175, 172, 185) |
| HSL | hsl(254, 9%, 70%) |
| CMYK | cmyk(5%, 7%, 0%, 28%) |
| LAB | lab(71.0 3.6 -6.3) |
| LCH | lch(71.0 7.2 299.6) |
| OKLCH | oklch(0.751 0.019 296.5) |
Copy-ready code
/* CSS */
color: #afacb9;
background-color: #afacb9;
/* Tailwind (arbitrary) */
class="text-[#afacb9] bg-[#afacb9]"
/* SCSS */
$brand: #afacb9;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.725)
/* Android */
Color.parseColor("#afacb9")Accessibility — WCAG contrast
Aa
#afacb9 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afacb9 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue72.5%
CMYK percentages
Cyan5.4%
Magenta7.0%
Yellow0.0%
Key (black)27.5%
Color previews
#afacb9 text on a black background
contrast 9.42:1
Card sample
#afacb9 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afacb9;
Background color
Panel with #afacb9 background
background-color: #afacb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afacb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afacb9; background: linear-gradient(135deg, #afacb9, #B8ACB9);