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