#a2acb8
a light, muted blue · cool · closest name: silver
RGB
162, 172, 184
HSL
213°, 13%, 68%
CMYK
12, 7, 0, 28
Luminance
0.4065
Every format
| HEX | #a2acb8 |
| RGB | rgb(162, 172, 184) |
| HSL | hsl(213, 13%, 68%) |
| CMYK | cmyk(12%, 7%, 0%, 28%) |
| LAB | lab(69.9 -1.1 -7.3) |
| LCH | lch(69.9 7.4 261.8) |
| OKLCH | oklch(0.740 0.021 252.9) |
Copy-ready code
/* CSS */
color: #a2acb8;
background-color: #a2acb8;
/* Tailwind (arbitrary) */
class="text-[#a2acb8] bg-[#a2acb8]"
/* SCSS */
$brand: #a2acb8;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.722)
/* Android */
Color.parseColor("#a2acb8")Accessibility — WCAG contrast
Aa
#a2acb8 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2acb8 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue72.2%
CMYK percentages
Cyan12.0%
Magenta6.5%
Yellow0.0%
Key (black)27.8%
Color previews
#a2acb8 text on a black background
contrast 9.13:1
Card sample
#a2acb8 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2acb8;
Background color
Panel with #a2acb8 background
background-color: #a2acb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2acb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2acb8; background: linear-gradient(135deg, #a2acb8, #A7A2B8);