#aba6fd
a light, electric blue · warm · closest name: plum
RGB
171, 166, 253
HSL
243°, 96%, 82%
CMYK
32, 34, 0, 1
Luminance
0.4302
Every format
| HEX | #aba6fd |
| RGB | rgb(171, 166, 253) |
| HSL | hsl(243, 96%, 82%) |
| CMYK | cmyk(32%, 34%, 0%, 1%) |
| LAB | lab(71.6 21.1 -42.6) |
| LCH | lch(71.6 47.5 296.4) |
| OKLCH | oklch(0.763 0.123 285.7) |
Copy-ready code
/* CSS */
color: #aba6fd;
background-color: #aba6fd;
/* Tailwind (arbitrary) */
class="text-[#aba6fd] bg-[#aba6fd]"
/* SCSS */
$brand: #aba6fd;
/* SwiftUI */
Color(red: 0.671, green: 0.651, blue: 0.992)
/* Android */
Color.parseColor("#aba6fd")Accessibility — WCAG contrast
Aa
#aba6fd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba6fd on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green65.1%
Blue99.2%
CMYK percentages
Cyan32.4%
Magenta34.4%
Yellow0.0%
Key (black)0.8%
Color previews
#aba6fd text on a black background
contrast 9.60:1
Card sample
#aba6fd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba6fd;
Background color
Panel with #aba6fd background
background-color: #aba6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 166, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 166, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba6fd; background: linear-gradient(135deg, #aba6fd, #E5A6FD);