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