#aa89eb
a light, vivid violet · warm · closest name: slateblue
RGB
170, 137, 235
HSL
260°, 71%, 73%
CMYK
28, 42, 0, 8
Luminance
0.3244
Every format
| HEX | #aa89eb |
| RGB | rgb(170, 137, 235) |
| HSL | hsl(260, 71%, 73%) |
| CMYK | cmyk(28%, 42%, 0%, 8%) |
| LAB | lab(63.7 32.8 -45.1) |
| LCH | lch(63.7 55.7 306.0) |
| OKLCH | oklch(0.700 0.143 298.1) |
Copy-ready code
/* CSS */
color: #aa89eb;
background-color: #aa89eb;
/* Tailwind (arbitrary) */
class="text-[#aa89eb] bg-[#aa89eb]"
/* SCSS */
$brand: #aa89eb;
/* SwiftUI */
Color(red: 0.667, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#aa89eb")Accessibility — WCAG contrast
Aa
#aa89eb on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aa89eb on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green53.7%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#aa89eb text on a black background
contrast 7.49:1
Card sample
#aa89eb text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa89eb;
Background color
Panel with #aa89eb background
background-color: #aa89eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa89eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa89eb; background: linear-gradient(135deg, #aa89eb, #EB89EB);