#a2a6af
a light, muted gray · cool · closest name: silver
RGB
162, 166, 175
HSL
222°, 8%, 66%
CMYK
7, 5, 0, 31
Luminance
0.3805
Every format
| HEX | #a2a6af |
| RGB | rgb(162, 166, 175) |
| HSL | hsl(222, 8%, 66%) |
| CMYK | cmyk(7%, 5%, 0%, 31%) |
| LAB | lab(68.1 0.4 -5.1) |
| LCH | lch(68.1 5.1 274.0) |
| OKLCH | oklch(0.725 0.014 266.7) |
Copy-ready code
/* CSS */
color: #a2a6af;
background-color: #a2a6af;
/* Tailwind (arbitrary) */
class="text-[#a2a6af] bg-[#a2a6af]"
/* SCSS */
$brand: #a2a6af;
/* SwiftUI */
Color(red: 0.635, green: 0.651, blue: 0.686)
/* Android */
Color.parseColor("#a2a6af")Accessibility — WCAG contrast
Aa
#a2a6af on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2a6af on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green65.1%
Blue68.6%
CMYK percentages
Cyan7.4%
Magenta5.1%
Yellow0.0%
Key (black)31.4%
Color previews
#a2a6af text on a black background
contrast 8.61:1
Card sample
#a2a6af text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2a6af;
Background color
Panel with #a2a6af background
background-color: #a2a6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2a6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 166, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 166, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2a6af; background: linear-gradient(135deg, #a2a6af, #A7A2AF);