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