#a2acb9
a light, muted blue · cool · closest name: silver
RGB
162, 172, 185
HSL
214°, 14%, 68%
CMYK
12, 7, 0, 28
Luminance
0.4069
Every format
| HEX | #a2acb9 |
| RGB | rgb(162, 172, 185) |
| HSL | hsl(214, 14%, 68%) |
| CMYK | cmyk(12%, 7%, 0%, 28%) |
| LAB | lab(70.0 -0.8 -7.8) |
| LCH | lch(70.0 7.9 263.8) |
| OKLCH | oklch(0.741 0.022 254.9) |
Copy-ready code
/* CSS */
color: #a2acb9;
background-color: #a2acb9;
/* Tailwind (arbitrary) */
class="text-[#a2acb9] bg-[#a2acb9]"
/* SCSS */
$brand: #a2acb9;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.725)
/* Android */
Color.parseColor("#a2acb9")Accessibility — WCAG contrast
Aa
#a2acb9 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2acb9 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue72.5%
CMYK percentages
Cyan12.4%
Magenta7.0%
Yellow0.0%
Key (black)27.5%
Color previews
#a2acb9 text on a black background
contrast 9.14:1
Card sample
#a2acb9 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2acb9;
Background color
Panel with #a2acb9 background
background-color: #a2acb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2acb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2acb9; background: linear-gradient(135deg, #a2acb9, #A7A2B9);