#a2abe0
a light, vivid blue · warm · closest name: steelblue
RGB
162, 171, 224
HSL
231°, 50%, 76%
CMYK
28, 24, 0, 12
Luminance
0.4219
Every format
| HEX | #a2abe0 |
| RGB | rgb(162, 171, 224) |
| HSL | hsl(231, 50%, 76%) |
| CMYK | cmyk(28%, 24%, 0%, 12%) |
| LAB | lab(71.0 8.6 -27.7) |
| LCH | lch(71.0 29.0 287.2) |
| OKLCH | oklch(0.753 0.077 276.9) |
Copy-ready code
/* CSS */
color: #a2abe0;
background-color: #a2abe0;
/* Tailwind (arbitrary) */
class="text-[#a2abe0] bg-[#a2abe0]"
/* SCSS */
$brand: #a2abe0;
/* SwiftUI */
Color(red: 0.635, green: 0.671, blue: 0.878)
/* Android */
Color.parseColor("#a2abe0")Accessibility — WCAG contrast
Aa
#a2abe0 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2abe0 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.1%
Blue87.8%
CMYK percentages
Cyan27.7%
Magenta23.7%
Yellow0.0%
Key (black)12.2%
Color previews
#a2abe0 text on a black background
contrast 9.44:1
Card sample
#a2abe0 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2abe0;
Background color
Panel with #a2abe0 background
background-color: #a2abe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2abe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 171, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 171, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2abe0; background: linear-gradient(135deg, #a2abe0, #C2A2E0);