#afb3ab
a light, muted gray · cool · closest name: silver
RGB
175, 179, 171
HSL
90°, 5%, 69%
CMYK
2, 0, 5, 30
Luminance
0.4429
Every format
| HEX | #afb3ab |
| RGB | rgb(175, 179, 171) |
| HSL | hsl(90, 5%, 69%) |
| CMYK | cmyk(2%, 0%, 5%, 30%) |
| LAB | lab(72.4 -2.9 3.6) |
| LCH | lch(72.4 4.6 128.8) |
| OKLCH | oklch(0.761 0.012 128.6) |
Copy-ready code
/* CSS */
color: #afb3ab;
background-color: #afb3ab;
/* Tailwind (arbitrary) */
class="text-[#afb3ab] bg-[#afb3ab]"
/* SCSS */
$brand: #afb3ab;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.671)
/* Android */
Color.parseColor("#afb3ab")Accessibility — WCAG contrast
Aa
#afb3ab on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3ab on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue67.1%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow4.5%
Key (black)29.8%
Color previews
#afb3ab text on a black background
contrast 9.86:1
Card sample
#afb3ab text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3ab;
Background color
Panel with #afb3ab background
background-color: #afb3ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3ab; background: linear-gradient(135deg, #afb3ab, #ABB3AC);