#aba8df
a light, vivid blue · warm · closest name: plum
RGB
171, 168, 223
HSL
243°, 46%, 77%
CMYK
23, 25, 0, 13
Luminance
0.4199
Every format
| HEX | #aba8df |
| RGB | rgb(171, 168, 223) |
| HSL | hsl(243, 46%, 77%) |
| CMYK | cmyk(23%, 25%, 0%, 13%) |
| LAB | lab(70.9 12.7 -27.3) |
| LCH | lch(70.9 30.1 294.9) |
| OKLCH | oklch(0.754 0.079 286.8) |
Copy-ready code
/* CSS */
color: #aba8df;
background-color: #aba8df;
/* Tailwind (arbitrary) */
class="text-[#aba8df] bg-[#aba8df]"
/* SCSS */
$brand: #aba8df;
/* SwiftUI */
Color(red: 0.671, green: 0.659, blue: 0.875)
/* Android */
Color.parseColor("#aba8df")Accessibility — WCAG contrast
Aa
#aba8df on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba8df on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green65.9%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta24.7%
Yellow0.0%
Key (black)12.5%
Color previews
#aba8df text on a black background
contrast 9.40:1
Card sample
#aba8df text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba8df;
Background color
Panel with #aba8df background
background-color: #aba8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 168, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 168, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba8df; background: linear-gradient(135deg, #aba8df, #D0A8DF);