#a2acbd
a light, soft blue · cool · closest name: silver
RGB
162, 172, 189
HSL
218°, 17%, 69%
CMYK
14, 9, 0, 26
Luminance
0.4086
Every format
| HEX | #a2acbd |
| RGB | rgb(162, 172, 189) |
| HSL | hsl(218, 17%, 69%) |
| CMYK | cmyk(14%, 9%, 0%, 26%) |
| LAB | lab(70.1 0.0 -9.9) |
| LCH | lch(70.1 9.9 270.0) |
| OKLCH | oklch(0.742 0.027 261.1) |
Copy-ready code
/* CSS */
color: #a2acbd;
background-color: #a2acbd;
/* Tailwind (arbitrary) */
class="text-[#a2acbd] bg-[#a2acbd]"
/* SCSS */
$brand: #a2acbd;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.741)
/* Android */
Color.parseColor("#a2acbd")Accessibility — WCAG contrast
Aa
#a2acbd on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2acbd on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue74.1%
CMYK percentages
Cyan14.3%
Magenta9.0%
Yellow0.0%
Key (black)25.9%
Color previews
#a2acbd text on a black background
contrast 9.17:1
Card sample
#a2acbd text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2acbd;
Background color
Panel with #a2acbd background
background-color: #a2acbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2acbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2acbd; background: linear-gradient(135deg, #a2acbd, #AAA2BD);