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