#a2acac
a light, muted gray · cool · closest name: silver
RGB
162, 172, 172
HSL
180°, 6%, 66%
CMYK
6, 0, 0, 33
Luminance
0.4016
Every format
| HEX | #a2acac |
| RGB | rgb(162, 172, 172) |
| HSL | hsl(180, 6%, 66%) |
| CMYK | cmyk(6%, 0%, 0%, 33%) |
| LAB | lab(69.6 -3.5 -1.2) |
| LCH | lch(69.6 3.7 199.1) |
| OKLCH | oklch(0.737 0.011 196.9) |
Copy-ready code
/* CSS */
color: #a2acac;
background-color: #a2acac;
/* Tailwind (arbitrary) */
class="text-[#a2acac] bg-[#a2acac]"
/* SCSS */
$brand: #a2acac;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#a2acac")Accessibility — WCAG contrast
Aa
#a2acac on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2acac on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue67.5%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#a2acac text on a black background
contrast 9.03:1
Card sample
#a2acac text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2acac;
Background color
Panel with #a2acac background
background-color: #a2acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2acac; background: linear-gradient(135deg, #a2acac, #A2A5AC);