#a9b2ac
a light, muted gray · cool · closest name: silver
RGB
169, 178, 172
HSL
140°, 6%, 68%
CMYK
5, 0, 3, 30
Luminance
0.4325
Every format
| HEX | #a9b2ac |
| RGB | rgb(169, 178, 172) |
| HSL | hsl(140, 6%, 68%) |
| CMYK | cmyk(5%, 0%, 3%, 30%) |
| LAB | lab(71.7 -4.3 2.0) |
| LCH | lch(71.7 4.7 155.3) |
| OKLCH | oklch(0.755 0.013 156.9) |
Copy-ready code
/* CSS */
color: #a9b2ac;
background-color: #a9b2ac;
/* Tailwind (arbitrary) */
class="text-[#a9b2ac] bg-[#a9b2ac]"
/* SCSS */
$brand: #a9b2ac;
/* SwiftUI */
Color(red: 0.663, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#a9b2ac")Accessibility — WCAG contrast
Aa
#a9b2ac on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9b2ac on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green69.8%
Blue67.5%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow3.4%
Key (black)30.2%
Color previews
#a9b2ac text on a black background
contrast 9.65:1
Card sample
#a9b2ac text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9b2ac;
Background color
Panel with #a9b2ac background
background-color: #a9b2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9b2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9b2ac; background: linear-gradient(135deg, #a9b2ac, #A9B2B2);