#aba5fd
a light, electric blue · warm · closest name: plum
RGB
171, 165, 253
HSL
244°, 96%, 82%
CMYK
32, 35, 0, 1
Luminance
0.4266
Every format
| HEX | #aba5fd |
| RGB | rgb(171, 165, 253) |
| HSL | hsl(244, 96%, 82%) |
| CMYK | cmyk(32%, 35%, 0%, 1%) |
| LAB | lab(71.3 21.7 -43.0) |
| LCH | lch(71.3 48.1 296.8) |
| OKLCH | oklch(0.761 0.125 286.1) |
Copy-ready code
/* CSS */
color: #aba5fd;
background-color: #aba5fd;
/* Tailwind (arbitrary) */
class="text-[#aba5fd] bg-[#aba5fd]"
/* SCSS */
$brand: #aba5fd;
/* SwiftUI */
Color(red: 0.671, green: 0.647, blue: 0.992)
/* Android */
Color.parseColor("#aba5fd")Accessibility — WCAG contrast
Aa
#aba5fd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba5fd on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green64.7%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta34.8%
Yellow0.0%
Key (black)0.8%
Color previews
#aba5fd text on a black background
contrast 9.53:1
Card sample
#aba5fd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba5fd;
Background color
Panel with #aba5fd background
background-color: #aba5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 165, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 165, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba5fd; background: linear-gradient(135deg, #aba5fd, #E6A5FD);