#aba1eb
a light, vivid blue · warm · closest name: plum
RGB
171, 161, 235
HSL
248°, 65%, 78%
CMYK
27, 32, 0, 8
Luminance
0.4015
Every format
| HEX | #aba1eb |
| RGB | rgb(171, 161, 235) |
| HSL | hsl(248, 65%, 78%) |
| CMYK | cmyk(27%, 32%, 0%, 8%) |
| LAB | lab(69.6 19.5 -35.9) |
| LCH | lch(69.6 40.8 298.5) |
| OKLCH | oklch(0.745 0.106 289.8) |
Copy-ready code
/* CSS */
color: #aba1eb;
background-color: #aba1eb;
/* Tailwind (arbitrary) */
class="text-[#aba1eb] bg-[#aba1eb]"
/* SCSS */
$brand: #aba1eb;
/* SwiftUI */
Color(red: 0.671, green: 0.631, blue: 0.922)
/* Android */
Color.parseColor("#aba1eb")Accessibility — WCAG contrast
Aa
#aba1eb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba1eb on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green63.1%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta31.5%
Yellow0.0%
Key (black)7.8%
Color previews
#aba1eb text on a black background
contrast 9.03:1
Card sample
#aba1eb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba1eb;
Background color
Panel with #aba1eb background
background-color: #aba1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 161, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 161, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba1eb; background: linear-gradient(135deg, #aba1eb, #DCA1EB);