#afacae
a light, muted gray · warm · closest name: silver
RGB
175, 172, 174
HSL
320°, 2%, 68%
CMYK
0, 2, 1, 31
Luminance
0.4168
Every format
| HEX | #afacae |
| RGB | rgb(175, 172, 174) |
| HSL | hsl(320, 2%, 68%) |
| CMYK | cmyk(0%, 2%, 1%, 31%) |
| LAB | lab(70.7 1.4 -0.7) |
| LCH | lch(70.7 1.6 335.7) |
| OKLCH | oklch(0.748 0.004 337.4) |
Copy-ready code
/* CSS */
color: #afacae;
background-color: #afacae;
/* Tailwind (arbitrary) */
class="text-[#afacae] bg-[#afacae]"
/* SCSS */
$brand: #afacae;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.682)
/* Android */
Color.parseColor("#afacae")Accessibility — WCAG contrast
Aa
#afacae on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afacae on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow0.6%
Key (black)31.4%
Color previews
#afacae text on a black background
contrast 9.34:1
Card sample
#afacae text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afacae;
Background color
Panel with #afacae background
background-color: #afacae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afacae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afacae; background: linear-gradient(135deg, #afacae, #AFACAC);