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