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