#a2abe4
a light, vivid blue · warm · closest name: steelblue
RGB
162, 171, 228
HSL
232°, 55%, 77%
CMYK
29, 25, 0, 11
Luminance
0.4241
Every format
| HEX | #a2abe4 |
| RGB | rgb(162, 171, 228) |
| HSL | hsl(232, 55%, 77%) |
| CMYK | cmyk(29%, 25%, 0%, 11%) |
| LAB | lab(71.2 9.6 -29.7) |
| LCH | lch(71.2 31.2 287.9) |
| OKLCH | oklch(0.755 0.083 277.3) |
Copy-ready code
/* CSS */
color: #a2abe4;
background-color: #a2abe4;
/* Tailwind (arbitrary) */
class="text-[#a2abe4] bg-[#a2abe4]"
/* SCSS */
$brand: #a2abe4;
/* SwiftUI */
Color(red: 0.635, green: 0.671, blue: 0.894)
/* Android */
Color.parseColor("#a2abe4")Accessibility — WCAG contrast
Aa
#a2abe4 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2abe4 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.1%
Blue89.4%
CMYK percentages
Cyan28.9%
Magenta25.0%
Yellow0.0%
Key (black)10.6%
Color previews
#a2abe4 text on a black background
contrast 9.48:1
Card sample
#a2abe4 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2abe4;
Background color
Panel with #a2abe4 background
background-color: #a2abe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2abe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 171, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 171, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2abe4; background: linear-gradient(135deg, #a2abe4, #C5A2E4);