#aa07cf
a dark, electric violet · warm · closest name: magenta
RGB
170, 7, 207
HSL
289°, 94%, 42%
CMYK
18, 97, 0, 19
Luminance
0.1320
Every format
| HEX | #aa07cf |
| RGB | rgb(170, 7, 207) |
| HSL | hsl(289, 94%, 42%) |
| CMYK | cmyk(18%, 97%, 0%, 19%) |
| LAB | lab(43.1 77.7 -62.2) |
| LCH | lch(43.1 99.6 321.3) |
| OKLCH | oklch(0.545 0.262 317.8) |
Copy-ready code
/* CSS */
color: #aa07cf;
background-color: #aa07cf;
/* Tailwind (arbitrary) */
class="text-[#aa07cf] bg-[#aa07cf]"
/* SCSS */
$brand: #aa07cf;
/* SwiftUI */
Color(red: 0.667, green: 0.027, blue: 0.812)
/* Android */
Color.parseColor("#aa07cf")Accessibility — WCAG contrast
Aa
#aa07cf on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa07cf on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green2.7%
Blue81.2%
CMYK percentages
Cyan17.9%
Magenta96.6%
Yellow0.0%
Key (black)18.8%
Color previews
#aa07cf text on a black background
contrast 3.64:1
Card sample
#aa07cf text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa07cf;
Background color
Panel with #aa07cf background
background-color: #aa07cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa07cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 7, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 7, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa07cf; background: linear-gradient(135deg, #aa07cf, #CF076F);