#a2abe8
a light, vivid blue · warm · closest name: steelblue
RGB
162, 171, 232
HSL
232°, 60%, 77%
CMYK
30, 26, 0, 9
Luminance
0.4263
Every format
| HEX | #a2abe8 |
| RGB | rgb(162, 171, 232) |
| HSL | hsl(232, 60%, 77%) |
| CMYK | cmyk(30%, 26%, 0%, 9%) |
| LAB | lab(71.3 10.6 -31.6) |
| LCH | lch(71.3 33.3 288.5) |
| OKLCH | oklch(0.756 0.088 277.6) |
Copy-ready code
/* CSS */
color: #a2abe8;
background-color: #a2abe8;
/* Tailwind (arbitrary) */
class="text-[#a2abe8] bg-[#a2abe8]"
/* SCSS */
$brand: #a2abe8;
/* SwiftUI */
Color(red: 0.635, green: 0.671, blue: 0.910)
/* Android */
Color.parseColor("#a2abe8")Accessibility — WCAG contrast
Aa
#a2abe8 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2abe8 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.1%
Blue91.0%
CMYK percentages
Cyan30.2%
Magenta26.3%
Yellow0.0%
Key (black)9.0%
Color previews
#a2abe8 text on a black background
contrast 9.53:1
Card sample
#a2abe8 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2abe8;
Background color
Panel with #a2abe8 background
background-color: #a2abe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2abe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 171, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 171, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2abe8; background: linear-gradient(135deg, #a2abe8, #C8A2E8);