#a2ac9e
a balanced, muted gray · cool · closest name: silver
RGB
162, 172, 158
HSL
103°, 8%, 65%
CMYK
6, 0, 8, 33
Luminance
0.3966
Every format
| HEX | #a2ac9e |
| RGB | rgb(162, 172, 158) |
| HSL | hsl(103, 8%, 65%) |
| CMYK | cmyk(6%, 0%, 8%, 33%) |
| LAB | lab(69.2 -6.2 6.0) |
| LCH | lch(69.2 8.6 135.8) |
| OKLCH | oklch(0.732 0.023 136.6) |
Copy-ready code
/* CSS */
color: #a2ac9e;
background-color: #a2ac9e;
/* Tailwind (arbitrary) */
class="text-[#a2ac9e] bg-[#a2ac9e]"
/* SCSS */
$brand: #a2ac9e;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.620)
/* Android */
Color.parseColor("#a2ac9e")Accessibility — WCAG contrast
Aa
#a2ac9e on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ac9e on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue62.0%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow8.1%
Key (black)32.5%
Color previews
#a2ac9e text on a black background
contrast 8.93:1
Card sample
#a2ac9e text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ac9e;
Background color
Panel with #a2ac9e background
background-color: #a2ac9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ac9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ac9e; background: linear-gradient(135deg, #a2ac9e, #9EACA3);