#aba7df
a light, vivid blue · warm · closest name: plum
RGB
171, 167, 223
HSL
244°, 47%, 77%
CMYK
23, 25, 0, 13
Luminance
0.4162
Every format
| HEX | #aba7df |
| RGB | rgb(171, 167, 223) |
| HSL | hsl(244, 47%, 77%) |
| CMYK | cmyk(23%, 25%, 0%, 13%) |
| LAB | lab(70.6 13.3 -27.7) |
| LCH | lch(70.6 30.7 295.6) |
| OKLCH | oklch(0.752 0.080 287.6) |
Copy-ready code
/* CSS */
color: #aba7df;
background-color: #aba7df;
/* Tailwind (arbitrary) */
class="text-[#aba7df] bg-[#aba7df]"
/* SCSS */
$brand: #aba7df;
/* SwiftUI */
Color(red: 0.671, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#aba7df")Accessibility — WCAG contrast
Aa
#aba7df on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba7df on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green65.5%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta25.1%
Yellow0.0%
Key (black)12.5%
Color previews
#aba7df text on a black background
contrast 9.32:1
Card sample
#aba7df text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba7df;
Background color
Panel with #aba7df background
background-color: #aba7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba7df; background: linear-gradient(135deg, #aba7df, #D0A7DF);