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