#aa63df
a balanced, vivid violet · warm · closest name: slateblue
RGB
170, 99, 223
HSL
274°, 66%, 63%
CMYK
24, 56, 0, 13
Luminance
0.2280
Every format
| HEX | #aa63df |
| RGB | rgb(170, 99, 223) |
| HSL | hsl(274, 66%, 63%) |
| CMYK | cmyk(24%, 56%, 0%, 13%) |
| LAB | lab(54.9 50.7 -52.4) |
| LCH | lch(54.9 72.9 314.1) |
| OKLCH | oklch(0.632 0.188 308.4) |
Copy-ready code
/* CSS */
color: #aa63df;
background-color: #aa63df;
/* Tailwind (arbitrary) */
class="text-[#aa63df] bg-[#aa63df]"
/* SCSS */
$brand: #aa63df;
/* SwiftUI */
Color(red: 0.667, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#aa63df")Accessibility — WCAG contrast
Aa
#aa63df on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa63df on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green38.8%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#aa63df text on a black background
contrast 5.56:1
Card sample
#aa63df text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa63df;
Background color
Panel with #aa63df background
background-color: #aa63df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa63df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa63df; background: linear-gradient(135deg, #aa63df, #DF63C1);