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