#aa47eb
a balanced, electric violet · warm · closest name: slateblue
RGB
170, 71, 235
HSL
276°, 80%, 60%
CMYK
28, 70, 0, 8
Luminance
0.1905
Every format
| HEX | #aa47eb |
| RGB | rgb(170, 71, 235) |
| HSL | hsl(276, 80%, 60%) |
| CMYK | cmyk(28%, 70%, 0%, 8%) |
| LAB | lab(50.8 66.6 -65.8) |
| LCH | lch(50.8 93.6 315.4) |
| OKLCH | oklch(0.605 0.238 308.5) |
Copy-ready code
/* CSS */
color: #aa47eb;
background-color: #aa47eb;
/* Tailwind (arbitrary) */
class="text-[#aa47eb] bg-[#aa47eb]"
/* SCSS */
$brand: #aa47eb;
/* SwiftUI */
Color(red: 0.667, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#aa47eb")Accessibility — WCAG contrast
Aa
#aa47eb on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa47eb on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green27.8%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#aa47eb text on a black background
contrast 4.81:1
Card sample
#aa47eb text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa47eb;
Background color
Panel with #aa47eb background
background-color: #aa47eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa47eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa47eb; background: linear-gradient(135deg, #aa47eb, #EB47BF);