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