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