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