#aba2fd
a light, electric blue · warm · closest name: plum
RGB
171, 162, 253
HSL
246°, 96%, 81%
CMYK
32, 36, 0, 1
Luminance
0.4159
Every format
| HEX | #aba2fd |
| RGB | rgb(171, 162, 253) |
| HSL | hsl(246, 96%, 81%) |
| CMYK | cmyk(32%, 36%, 0%, 1%) |
| LAB | lab(70.6 23.4 -44.1) |
| LCH | lch(70.6 49.9 298.0) |
| OKLCH | oklch(0.755 0.129 287.4) |
Copy-ready code
/* CSS */
color: #aba2fd;
background-color: #aba2fd;
/* Tailwind (arbitrary) */
class="text-[#aba2fd] bg-[#aba2fd]"
/* SCSS */
$brand: #aba2fd;
/* SwiftUI */
Color(red: 0.671, green: 0.635, blue: 0.992)
/* Android */
Color.parseColor("#aba2fd")Accessibility — WCAG contrast
Aa
#aba2fd on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba2fd on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green63.5%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta36.0%
Yellow0.0%
Key (black)0.8%
Color previews
#aba2fd text on a black background
contrast 9.32:1
Card sample
#aba2fd text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba2fd;
Background color
Panel with #aba2fd background
background-color: #aba2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 162, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 162, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba2fd; background: linear-gradient(135deg, #aba2fd, #E8A2FD);