#aba3eb
a light, vivid blue · warm · closest name: plum
RGB
171, 163, 235
HSL
247°, 64%, 78%
CMYK
27, 31, 0, 8
Luminance
0.4085
Every format
| HEX | #aba3eb |
| RGB | rgb(171, 163, 235) |
| HSL | hsl(247, 64%, 78%) |
| CMYK | cmyk(27%, 31%, 0%, 8%) |
| LAB | lab(70.1 18.4 -35.1) |
| LCH | lch(70.1 39.6 297.6) |
| OKLCH | oklch(0.749 0.103 288.7) |
Copy-ready code
/* CSS */
color: #aba3eb;
background-color: #aba3eb;
/* Tailwind (arbitrary) */
class="text-[#aba3eb] bg-[#aba3eb]"
/* SCSS */
$brand: #aba3eb;
/* SwiftUI */
Color(red: 0.671, green: 0.639, blue: 0.922)
/* Android */
Color.parseColor("#aba3eb")Accessibility — WCAG contrast
Aa
#aba3eb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba3eb on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green63.9%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta30.6%
Yellow0.0%
Key (black)7.8%
Color previews
#aba3eb text on a black background
contrast 9.17:1
Card sample
#aba3eb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba3eb;
Background color
Panel with #aba3eb background
background-color: #aba3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 163, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 163, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba3eb; background: linear-gradient(135deg, #aba3eb, #DBA3EB);