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