#aba2eb
a light, vivid blue · warm · closest name: plum
RGB
171, 162, 235
HSL
247°, 65%, 78%
CMYK
27, 31, 0, 8
Luminance
0.4050
Every format
| HEX | #aba2eb |
| RGB | rgb(171, 162, 235) |
| HSL | hsl(247, 65%, 78%) |
| CMYK | cmyk(27%, 31%, 0%, 8%) |
| LAB | lab(69.8 18.9 -35.5) |
| LCH | lch(69.8 40.2 298.1) |
| OKLCH | oklch(0.747 0.104 289.3) |
Copy-ready code
/* CSS */
color: #aba2eb;
background-color: #aba2eb;
/* Tailwind (arbitrary) */
class="text-[#aba2eb] bg-[#aba2eb]"
/* SCSS */
$brand: #aba2eb;
/* SwiftUI */
Color(red: 0.671, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#aba2eb")Accessibility — WCAG contrast
Aa
#aba2eb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aba2eb on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green63.5%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#aba2eb text on a black background
contrast 9.10:1
Card sample
#aba2eb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aba2eb;
Background color
Panel with #aba2eb background
background-color: #aba2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aba2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aba2eb; background: linear-gradient(135deg, #aba2eb, #DCA2EB);