#afb0b3
a light, muted gray · warm · closest name: silver
RGB
175, 176, 179
HSL
225°, 3%, 69%
CMYK
2, 2, 0, 30
Luminance
0.4342
Every format
| HEX | #afb0b3 |
| RGB | rgb(175, 176, 179) |
| HSL | hsl(225, 3%, 69%) |
| CMYK | cmyk(2%, 2%, 0%, 30%) |
| LAB | lab(71.8 0.2 -1.6) |
| LCH | lch(71.8 1.7 277.6) |
| OKLCH | oklch(0.757 0.004 271.4) |
Copy-ready code
/* CSS */
color: #afb0b3;
background-color: #afb0b3;
/* Tailwind (arbitrary) */
class="text-[#afb0b3] bg-[#afb0b3]"
/* SCSS */
$brand: #afb0b3;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.702)
/* Android */
Color.parseColor("#afb0b3")Accessibility — WCAG contrast
Aa
#afb0b3 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0b3 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue70.2%
CMYK percentages
Cyan2.2%
Magenta1.7%
Yellow0.0%
Key (black)29.8%
Color previews
#afb0b3 text on a black background
contrast 9.68:1
Card sample
#afb0b3 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0b3;
Background color
Panel with #afb0b3 background
background-color: #afb0b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0b3; background: linear-gradient(135deg, #afb0b3, #B1AFB3);