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