#afabb7
a light, muted gray · warm · closest name: silver
RGB
175, 171, 183
HSL
260°, 8%, 69%
CMYK
4, 7, 0, 28
Luminance
0.4166
Every format
| HEX | #afabb7 |
| RGB | rgb(175, 171, 183) |
| HSL | hsl(260, 8%, 69%) |
| CMYK | cmyk(4%, 7%, 0%, 28%) |
| LAB | lab(70.6 3.7 -5.6) |
| LCH | lch(70.6 6.7 303.4) |
| OKLCH | oklch(0.748 0.018 301.1) |
Copy-ready code
/* CSS */
color: #afabb7;
background-color: #afabb7;
/* Tailwind (arbitrary) */
class="text-[#afabb7] bg-[#afabb7]"
/* SCSS */
$brand: #afabb7;
/* SwiftUI */
Color(red: 0.686, green: 0.671, blue: 0.718)
/* Android */
Color.parseColor("#afabb7")Accessibility — WCAG contrast
Aa
#afabb7 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afabb7 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.1%
Blue71.8%
CMYK percentages
Cyan4.4%
Magenta6.6%
Yellow0.0%
Key (black)28.2%
Color previews
#afabb7 text on a black background
contrast 9.33:1
Card sample
#afabb7 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afabb7;
Background color
Panel with #afabb7 background
background-color: #afabb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afabb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 171, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 171, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afabb7; background: linear-gradient(135deg, #afabb7, #B7ABB7);