#aa07df
a balanced, electric violet · warm · closest name: magenta
RGB
170, 7, 223
HSL
285°, 94%, 45%
CMYK
24, 97, 0, 13
Luminance
0.1403
Every format
| HEX | #aa07df |
| RGB | rgb(170, 7, 223) |
| HSL | hsl(285, 94%, 45%) |
| CMYK | cmyk(24%, 97%, 0%, 13%) |
| LAB | lab(44.3 80.5 -69.5) |
| LCH | lch(44.3 106.3 319.2) |
| OKLCH | oklch(0.557 0.273 313.9) |
Copy-ready code
/* CSS */
color: #aa07df;
background-color: #aa07df;
/* Tailwind (arbitrary) */
class="text-[#aa07df] bg-[#aa07df]"
/* SCSS */
$brand: #aa07df;
/* SwiftUI */
Color(red: 0.667, green: 0.027, blue: 0.875)
/* Android */
Color.parseColor("#aa07df")Accessibility — WCAG contrast
Aa
#aa07df on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa07df on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green2.7%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta96.9%
Yellow0.0%
Key (black)12.5%
Color previews
#aa07df text on a black background
contrast 3.81:1
Card sample
#aa07df text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa07df;
Background color
Panel with #aa07df background
background-color: #aa07df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa07df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 7, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 7, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa07df; background: linear-gradient(135deg, #aa07df, #DF0784);