#aba0df
a light, vivid blue · warm · closest name: plum
RGB
171, 160, 223
HSL
251°, 50%, 75%
CMYK
23, 28, 0, 13
Luminance
0.3913
Every format
| HEX | #aba0df |
| RGB | rgb(171, 160, 223) |
| HSL | hsl(251, 50%, 75%) |
| CMYK | cmyk(23%, 28%, 0%, 13%) |
| LAB | lab(68.8 17.2 -30.4) |
| LCH | lch(68.8 34.9 299.4) |
| OKLCH | oklch(0.738 0.091 292.0) |
Copy-ready code
/* CSS */
color: #aba0df;
background-color: #aba0df;
/* Tailwind (arbitrary) */
class="text-[#aba0df] bg-[#aba0df]"
/* SCSS */
$brand: #aba0df;
/* SwiftUI */
Color(red: 0.671, green: 0.627, blue: 0.875)
/* Android */
Color.parseColor("#aba0df")Accessibility — WCAG contrast
Aa
#aba0df on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba0df on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green62.7%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta28.3%
Yellow0.0%
Key (black)12.5%
Color previews
#aba0df text on a black background
contrast 8.83:1
Card sample
#aba0df text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba0df;
Background color
Panel with #aba0df background
background-color: #aba0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 160, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 160, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba0df; background: linear-gradient(135deg, #aba0df, #D5A0DF);