#a8afac
a light, muted gray · cool · closest name: silver
RGB
168, 175, 172
HSL
154°, 4%, 67%
CMYK
4, 0, 2, 31
Luminance
0.4196
Every format
| HEX | #a8afac |
| RGB | rgb(168, 175, 172) |
| HSL | hsl(154, 4%, 67%) |
| CMYK | cmyk(4%, 0%, 2%, 31%) |
| LAB | lab(70.8 -3.0 0.7) |
| LCH | lch(70.8 3.1 167.4) |
| OKLCH | oklch(0.748 0.009 168.7) |
Copy-ready code
/* CSS */
color: #a8afac;
background-color: #a8afac;
/* Tailwind (arbitrary) */
class="text-[#a8afac] bg-[#a8afac]"
/* SCSS */
$brand: #a8afac;
/* SwiftUI */
Color(red: 0.659, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#a8afac")Accessibility — WCAG contrast
Aa
#a8afac on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8afac on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green68.6%
Blue67.5%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#a8afac text on a black background
contrast 9.39:1
Card sample
#a8afac text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8afac;
Background color
Panel with #a8afac background
background-color: #a8afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8afac; background: linear-gradient(135deg, #a8afac, #A8ADAF);