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