#a2abc3
a light, soft blue · cool · closest name: silver
RGB
162, 171, 195
HSL
224°, 22%, 70%
CMYK
17, 12, 0, 24
Luminance
0.4075
Every format
| HEX | #a2abc3 |
| RGB | rgb(162, 171, 195) |
| HSL | hsl(224, 22%, 70%) |
| CMYK | cmyk(17%, 12%, 0%, 24%) |
| LAB | lab(70.0 1.9 -13.3) |
| LCH | lch(70.0 13.4 277.9) |
| OKLCH | oklch(0.742 0.036 269.2) |
Copy-ready code
/* CSS */
color: #a2abc3;
background-color: #a2abc3;
/* Tailwind (arbitrary) */
class="text-[#a2abc3] bg-[#a2abc3]"
/* SCSS */
$brand: #a2abc3;
/* SwiftUI */
Color(red: 0.635, green: 0.671, blue: 0.765)
/* Android */
Color.parseColor("#a2abc3")Accessibility — WCAG contrast
Aa
#a2abc3 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2abc3 on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.1%
Blue76.5%
CMYK percentages
Cyan16.9%
Magenta12.3%
Yellow0.0%
Key (black)23.5%
Color previews
#a2abc3 text on a black background
contrast 9.15:1
Card sample
#a2abc3 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2abc3;
Background color
Panel with #a2abc3 background
background-color: #a2abc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2abc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 171, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 171, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2abc3; background: linear-gradient(135deg, #a2abc3, #AFA2C3);