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