#afabb3
a light, muted gray · warm · closest name: silver
RGB
175, 171, 179
HSL
270°, 5%, 69%
CMYK
2, 5, 0, 30
Luminance
0.4149
Every format
| HEX | #afabb3 |
| RGB | rgb(175, 171, 179) |
| HSL | hsl(270, 5%, 69%) |
| CMYK | cmyk(2%, 5%, 0%, 30%) |
| LAB | lab(70.5 2.9 -3.6) |
| LCH | lch(70.5 4.6 309.2) |
| OKLCH | oklch(0.747 0.012 308.3) |
Copy-ready code
/* CSS */
color: #afabb3;
background-color: #afabb3;
/* Tailwind (arbitrary) */
class="text-[#afabb3] bg-[#afabb3]"
/* SCSS */
$brand: #afabb3;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.702)
/* Android */
Color.parseColor("#afabb3")Accessibility — WCAG contrast
Aa
#afabb3 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabb3 on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue70.2%
CMYK percentages
Cyan2.2%
Magenta4.5%
Yellow0.0%
Key (black)29.8%
Color previews
#afabb3 text on a black background
contrast 9.30:1
Card sample
#afabb3 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabb3;
Background color
Panel with #afabb3 background
background-color: #afabb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabb3; background: linear-gradient(135deg, #afabb3, #B3ABB2);