#a2aefd
a light, electric blue · warm · closest name: plum
RGB
162, 174, 253
HSL
232°, 96%, 81%
CMYK
36, 31, 0, 1
Luminance
0.4505
Every format
| HEX | #a2aefd |
| RGB | rgb(162, 174, 253) |
| HSL | hsl(232, 96%, 81%) |
| CMYK | cmyk(36%, 31%, 0%, 1%) |
| LAB | lab(72.9 14.2 -40.5) |
| LCH | lch(72.9 42.9 289.4) |
| OKLCH | oklch(0.772 0.114 276.8) |
Copy-ready code
/* CSS */
color: #a2aefd;
background-color: #a2aefd;
/* Tailwind (arbitrary) */
class="text-[#a2aefd] bg-[#a2aefd]"
/* SCSS */
$brand: #a2aefd;
/* SwiftUI */
Color(red: 0.635, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#a2aefd")Accessibility — WCAG contrast
Aa
#a2aefd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2aefd on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green68.2%
Blue99.2%
CMYK percentages
Cyan36.0%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#a2aefd text on a black background
contrast 10.01:1
Card sample
#a2aefd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2aefd;
Background color
Panel with #a2aefd background
background-color: #a2aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2aefd; background: linear-gradient(135deg, #a2aefd, #D3A2FD);