#afbabd
a light, muted cyan · cool · closest name: silver
RGB
175, 186, 189
HSL
193°, 10%, 71%
CMYK
7, 2, 0, 26
Luminance
0.4791
Every format
| HEX | #afbabd |
| RGB | rgb(175, 186, 189) |
| HSL | hsl(193, 10%, 71%) |
| CMYK | cmyk(7%, 2%, 0%, 26%) |
| LAB | lab(74.8 -3.2 -2.8) |
| LCH | lch(74.8 4.3 221.4) |
| OKLCH | oklch(0.781 0.013 215.8) |
Copy-ready code
/* CSS */
color: #afbabd;
background-color: #afbabd;
/* Tailwind (arbitrary) */
class="text-[#afbabd] bg-[#afbabd]"
/* SCSS */
$brand: #afbabd;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.741)
/* Android */
Color.parseColor("#afbabd")Accessibility — WCAG contrast
Aa
#afbabd on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbabd on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta1.6%
Yellow0.0%
Key (black)25.9%
Color previews
#afbabd text on a black background
contrast 10.58:1
Card sample
#afbabd text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbabd;
Background color
Panel with #afbabd background
background-color: #afbabd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbabd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbabd; background: linear-gradient(135deg, #afbabd, #AFB1BD);