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