#aa63eb
a light, electric violet · warm · closest name: slateblue
RGB
170, 99, 235
HSL
271°, 77%, 66%
CMYK
28, 58, 0, 8
Luminance
0.2347
Every format
| HEX | #aa63eb |
| RGB | rgb(170, 99, 235) |
| HSL | hsl(271, 77%, 66%) |
| CMYK | cmyk(28%, 58%, 0%, 8%) |
| LAB | lab(55.5 53.5 -58.0) |
| LCH | lch(55.5 78.9 312.7) |
| OKLCH | oklch(0.640 0.201 305.5) |
Copy-ready code
/* CSS */
color: #aa63eb;
background-color: #aa63eb;
/* Tailwind (arbitrary) */
class="text-[#aa63eb] bg-[#aa63eb]"
/* SCSS */
$brand: #aa63eb;
/* SwiftUI */
Color(red: 0.667, green: 0.388, blue: 0.922)
/* Android */
Color.parseColor("#aa63eb")Accessibility — WCAG contrast
Aa
#aa63eb on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa63eb on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green38.8%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta57.9%
Yellow0.0%
Key (black)7.8%
Color previews
#aa63eb text on a black background
contrast 5.69:1
Card sample
#aa63eb text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa63eb;
Background color
Panel with #aa63eb background
background-color: #aa63eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa63eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 99, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 99, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa63eb; background: linear-gradient(135deg, #aa63eb, #EB63D1);