#afb7b7
a light, muted gray · cool · closest name: silver
RGB
175, 183, 183
HSL
180°, 5%, 70%
CMYK
4, 0, 0, 28
Luminance
0.4640
Every format
| HEX | #afb7b7 |
| RGB | rgb(175, 183, 183) |
| HSL | hsl(180, 5%, 70%) |
| CMYK | cmyk(4%, 0%, 0%, 28%) |
| LAB | lab(73.8 -2.8 -1.0) |
| LCH | lch(73.8 2.9 199.2) |
| OKLCH | oklch(0.773 0.009 197.0) |
Copy-ready code
/* CSS */
color: #afb7b7;
background-color: #afb7b7;
/* Tailwind (arbitrary) */
class="text-[#afb7b7] bg-[#afb7b7]"
/* SCSS */
$brand: #afb7b7;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.718)
/* Android */
Color.parseColor("#afb7b7")Accessibility — WCAG contrast
Aa
#afb7b7 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb7b7 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue71.8%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow0.0%
Key (black)28.2%
Color previews
#afb7b7 text on a black background
contrast 10.28:1
Card sample
#afb7b7 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb7b7;
Background color
Panel with #afb7b7 background
background-color: #afb7b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb7b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb7b7; background: linear-gradient(135deg, #afb7b7, #AFB2B7);