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