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