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