#aa02df
a dark, electric violet · warm · closest name: magenta
RGB
170, 2, 223
HSL
286°, 98%, 44%
CMYK
24, 99, 0, 13
Luminance
0.1392
Every format
| HEX | #aa02df |
| RGB | rgb(170, 2, 223) |
| HSL | hsl(286, 98%, 44%) |
| CMYK | cmyk(24%, 99%, 0%, 13%) |
| LAB | lab(44.1 81.0 -69.7) |
| LCH | lch(44.1 106.9 319.3) |
| OKLCH | oklch(0.556 0.275 314.0) |
Copy-ready code
/* CSS */
color: #aa02df;
background-color: #aa02df;
/* Tailwind (arbitrary) */
class="text-[#aa02df] bg-[#aa02df]"
/* SCSS */
$brand: #aa02df;
/* SwiftUI */
Color(red: 0.667, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#aa02df")Accessibility — WCAG contrast
Aa
#aa02df on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa02df on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green0.8%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#aa02df text on a black background
contrast 3.78:1
Card sample
#aa02df text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa02df;
Background color
Panel with #aa02df background
background-color: #aa02df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa02df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa02df; background: linear-gradient(135deg, #aa02df, #DF0281);