#a2acb0
a light, muted cyan · cool · closest name: silver
RGB
162, 172, 176
HSL
197°, 8%, 66%
CMYK
8, 2, 0, 31
Luminance
0.4032
Every format
| HEX | #a2acb0 |
| RGB | rgb(162, 172, 176) |
| HSL | hsl(197, 8%, 66%) |
| CMYK | cmyk(8%, 2%, 0%, 31%) |
| LAB | lab(69.7 -2.7 -3.3) |
| LCH | lch(69.7 4.2 230.3) |
| OKLCH | oklch(0.738 0.013 223.6) |
Copy-ready code
/* CSS */
color: #a2acb0;
background-color: #a2acb0;
/* Tailwind (arbitrary) */
class="text-[#a2acb0] bg-[#a2acb0]"
/* SCSS */
$brand: #a2acb0;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.690)
/* Android */
Color.parseColor("#a2acb0")Accessibility — WCAG contrast
Aa
#a2acb0 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2acb0 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue69.0%
CMYK percentages
Cyan8.0%
Magenta2.3%
Yellow0.0%
Key (black)31.0%
Color previews
#a2acb0 text on a black background
contrast 9.06:1
Card sample
#a2acb0 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2acb0;
Background color
Panel with #a2acb0 background
background-color: #a2acb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2acb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2acb0; background: linear-gradient(135deg, #a2acb0, #A2A3B0);