#afabb0
a light, muted gray · warm · closest name: silver
RGB
175, 171, 176
HSL
288°, 3%, 68%
CMYK
1, 3, 0, 31
Luminance
0.4137
Every format
| HEX | #afabb0 |
| RGB | rgb(175, 171, 176) |
| HSL | hsl(288, 3%, 68%) |
| CMYK | cmyk(1%, 3%, 0%, 31%) |
| LAB | lab(70.4 2.4 -2.1) |
| LCH | lch(70.4 3.1 318.9) |
| OKLCH | oklch(0.746 0.008 319.4) |
Copy-ready code
/* CSS */
color: #afabb0;
background-color: #afabb0;
/* Tailwind (arbitrary) */
class="text-[#afabb0] bg-[#afabb0]"
/* SCSS */
$brand: #afabb0;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.690)
/* Android */
Color.parseColor("#afabb0")Accessibility — WCAG contrast
Aa
#afabb0 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabb0 on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue69.0%
CMYK percentages
Cyan0.6%
Magenta2.8%
Yellow0.0%
Key (black)31.0%
Color previews
#afabb0 text on a black background
contrast 9.27:1
Card sample
#afabb0 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabb0;
Background color
Panel with #afabb0 background
background-color: #afabb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabb0; background: linear-gradient(135deg, #afabb0, #B0ABAE);