#aba7eb
a light, vivid blue · warm · closest name: plum
RGB
171, 167, 235
HSL
244°, 63%, 79%
CMYK
27, 29, 0, 8
Luminance
0.4229
Every format
| HEX | #aba7eb |
| RGB | rgb(171, 167, 235) |
| HSL | hsl(244, 63%, 79%) |
| CMYK | cmyk(27%, 29%, 0%, 8%) |
| LAB | lab(71.1 16.1 -33.5) |
| LCH | lch(71.1 37.2 295.7) |
| OKLCH | oklch(0.757 0.097 286.5) |
Copy-ready code
/* CSS */
color: #aba7eb;
background-color: #aba7eb;
/* Tailwind (arbitrary) */
class="text-[#aba7eb] bg-[#aba7eb]"
/* SCSS */
$brand: #aba7eb;
/* SwiftUI */
Color(red: 0.671, green: 0.655, blue: 0.922)
/* Android */
Color.parseColor("#aba7eb")Accessibility — WCAG contrast
Aa
#aba7eb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba7eb on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green65.5%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta28.9%
Yellow0.0%
Key (black)7.8%
Color previews
#aba7eb text on a black background
contrast 9.46:1
Card sample
#aba7eb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba7eb;
Background color
Panel with #aba7eb background
background-color: #aba7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 167, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 167, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba7eb; background: linear-gradient(135deg, #aba7eb, #D8A7EB);