#a2abe3
a light, vivid blue · warm · closest name: steelblue
RGB
162, 171, 227
HSL
232°, 54%, 76%
CMYK
29, 25, 0, 11
Luminance
0.4235
Every format
| HEX | #a2abe3 |
| RGB | rgb(162, 171, 227) |
| HSL | hsl(232, 54%, 76%) |
| CMYK | cmyk(29%, 25%, 0%, 11%) |
| LAB | lab(71.1 9.3 -29.2) |
| LCH | lch(71.1 30.6 287.7) |
| OKLCH | oklch(0.754 0.081 277.2) |
Copy-ready code
/* CSS */
color: #a2abe3;
background-color: #a2abe3;
/* Tailwind (arbitrary) */
class="text-[#a2abe3] bg-[#a2abe3]"
/* SCSS */
$brand: #a2abe3;
/* SwiftUI */
Color(red: 0.635, green: 0.671, blue: 0.890)
/* Android */
Color.parseColor("#a2abe3")Accessibility — WCAG contrast
Aa
#a2abe3 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2abe3 on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.1%
Blue89.0%
CMYK percentages
Cyan28.6%
Magenta24.7%
Yellow0.0%
Key (black)11.0%
Color previews
#a2abe3 text on a black background
contrast 9.47:1
Card sample
#a2abe3 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2abe3;
Background color
Panel with #a2abe3 background
background-color: #a2abe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2abe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 171, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 171, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2abe3; background: linear-gradient(135deg, #a2abe3, #C4A2E3);