#afbab8
a light, muted gray · cool · closest name: silver
RGB
175, 186, 184
HSL
169°, 7%, 71%
CMYK
6, 0, 1, 27
Luminance
0.4769
Every format
| HEX | #afbab8 |
| RGB | rgb(175, 186, 184) |
| HSL | hsl(169, 7%, 71%) |
| CMYK | cmyk(6%, 0%, 1%, 27%) |
| LAB | lab(74.6 -4.2 -0.3) |
| LCH | lch(74.6 4.2 184.1) |
| OKLCH | oklch(0.780 0.013 184.0) |
Copy-ready code
/* CSS */
color: #afbab8;
background-color: #afbab8;
/* Tailwind (arbitrary) */
class="text-[#afbab8] bg-[#afbab8]"
/* SCSS */
$brand: #afbab8;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.722)
/* Android */
Color.parseColor("#afbab8")Accessibility — WCAG contrast
Aa
#afbab8 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbab8 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue72.2%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow1.1%
Key (black)27.1%
Color previews
#afbab8 text on a black background
contrast 10.54:1
Card sample
#afbab8 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbab8;
Background color
Panel with #afbab8 background
background-color: #afbab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbab8; background: linear-gradient(135deg, #afbab8, #AFB5BA);