#afa2ab
a light, muted gray · warm · closest name: silver
RGB
175, 162, 171
HSL
319°, 8%, 66%
CMYK
0, 7, 2, 31
Luminance
0.3789
Every format
| HEX | #afa2ab |
| RGB | rgb(175, 162, 171) |
| HSL | hsl(319, 8%, 66%) |
| CMYK | cmyk(0%, 7%, 2%, 31%) |
| LAB | lab(67.9 6.3 -3.0) |
| LCH | lch(67.9 7.0 335.1) |
| OKLCH | oklch(0.726 0.020 336.7) |
Copy-ready code
/* CSS */
color: #afa2ab;
background-color: #afa2ab;
/* Tailwind (arbitrary) */
class="text-[#afa2ab] bg-[#afa2ab]"
/* SCSS */
$brand: #afa2ab;
/* SwiftUI */
Color(red: 0.686, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#afa2ab")Accessibility — WCAG contrast
Aa
#afa2ab on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afa2ab on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green63.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow2.3%
Key (black)31.4%
Color previews
#afa2ab text on a black background
contrast 8.58:1
Card sample
#afa2ab text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afa2ab;
Background color
Panel with #afa2ab background
background-color: #afa2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afa2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afa2ab; background: linear-gradient(135deg, #afa2ab, #AFA2A2);