#a2abb3
a light, muted blue · cool · closest name: silver
RGB
162, 171, 179
HSL
208°, 10%, 67%
CMYK
10, 5, 0, 30
Luminance
0.4006
Every format
| HEX | #a2abb3 |
| RGB | rgb(162, 171, 179) |
| HSL | hsl(208, 10%, 67%) |
| CMYK | cmyk(10%, 5%, 0%, 30%) |
| LAB | lab(69.5 -1.6 -5.2) |
| LCH | lch(69.5 5.4 253.4) |
| OKLCH | oklch(0.737 0.015 244.8) |
Copy-ready code
/* CSS */
color: #a2abb3;
background-color: #a2abb3;
/* Tailwind (arbitrary) */
class="text-[#a2abb3] bg-[#a2abb3]"
/* SCSS */
$brand: #a2abb3;
/* SwiftUI */
Color(red: 0.635, green: 0.671, blue: 0.702)
/* Android */
Color.parseColor("#a2abb3")Accessibility — WCAG contrast
Aa
#a2abb3 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2abb3 on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.1%
Blue70.2%
CMYK percentages
Cyan9.5%
Magenta4.5%
Yellow0.0%
Key (black)29.8%
Color previews
#a2abb3 text on a black background
contrast 9.01:1
Card sample
#a2abb3 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2abb3;
Background color
Panel with #a2abb3 background
background-color: #a2abb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2abb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 171, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 171, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2abb3; background: linear-gradient(135deg, #a2abb3, #A4A2B3);