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