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