#a2abfc
a light, electric blue · warm · closest name: plum
RGB
162, 171, 252
HSL
234°, 94%, 81%
CMYK
36, 32, 0, 1
Luminance
0.4384
Every format
| HEX | #a2abfc |
| RGB | rgb(162, 171, 252) |
| HSL | hsl(234, 94%, 81%) |
| CMYK | cmyk(36%, 32%, 0%, 1%) |
| LAB | lab(72.1 15.7 -41.2) |
| LCH | lch(72.1 44.1 290.8) |
| OKLCH | oklch(0.765 0.116 278.4) |
Copy-ready code
/* CSS */
color: #a2abfc;
background-color: #a2abfc;
/* Tailwind (arbitrary) */
class="text-[#a2abfc] bg-[#a2abfc]"
/* SCSS */
$brand: #a2abfc;
/* SwiftUI */
Color(red: 0.635, green: 0.671, blue: 0.988)
/* Android */
Color.parseColor("#a2abfc")Accessibility — WCAG contrast
Aa
#a2abfc on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2abfc on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.1%
Blue98.8%
CMYK percentages
Cyan35.7%
Magenta32.1%
Yellow0.0%
Key (black)1.2%
Color previews
#a2abfc text on a black background
contrast 9.77:1
Card sample
#a2abfc text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2abfc;
Background color
Panel with #a2abfc background
background-color: #a2abfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2abfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 171, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 171, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2abfc; background: linear-gradient(135deg, #a2abfc, #D5A2FC);