#a2abb4
a light, muted blue · cool · closest name: silver
RGB
162, 171, 180
HSL
210°, 11%, 67%
CMYK
10, 5, 0, 29
Luminance
0.4010
Every format
| HEX | #a2abb4 |
| RGB | rgb(162, 171, 180) |
| HSL | hsl(210, 11%, 67%) |
| CMYK | cmyk(10%, 5%, 0%, 29%) |
| LAB | lab(69.5 -1.4 -5.7) |
| LCH | lch(69.5 5.9 256.7) |
| OKLCH | oklch(0.737 0.017 248.1) |
Copy-ready code
/* CSS */
color: #a2abb4;
background-color: #a2abb4;
/* Tailwind (arbitrary) */
class="text-[#a2abb4] bg-[#a2abb4]"
/* SCSS */
$brand: #a2abb4;
/* SwiftUI */
Color(red: 0.635, green: 0.671, blue: 0.706)
/* Android */
Color.parseColor("#a2abb4")Accessibility — WCAG contrast
Aa
#a2abb4 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2abb4 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.1%
Blue70.6%
CMYK percentages
Cyan10.0%
Magenta5.0%
Yellow0.0%
Key (black)29.4%
Color previews
#a2abb4 text on a black background
contrast 9.02:1
Card sample
#a2abb4 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2abb4;
Background color
Panel with #a2abb4 background
background-color: #a2abb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2abb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 171, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 171, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2abb4; background: linear-gradient(135deg, #a2abb4, #A5A2B4);