#aa18ce
a balanced, electric violet · warm · closest name: magenta
RGB
170, 24, 206
HSL
288°, 79%, 45%
CMYK
18, 88, 0, 19
Luminance
0.1366
Every format
| HEX | #aa18ce |
| RGB | rgb(170, 24, 206) |
| HSL | hsl(288, 79%, 45%) |
| CMYK | cmyk(18%, 88%, 0%, 19%) |
| LAB | lab(43.7 75.4 -60.5) |
| LCH | lch(43.7 96.7 321.2) |
| OKLCH | oklch(0.549 0.254 317.8) |
Copy-ready code
/* CSS */
color: #aa18ce;
background-color: #aa18ce;
/* Tailwind (arbitrary) */
class="text-[#aa18ce] bg-[#aa18ce]"
/* SCSS */
$brand: #aa18ce;
/* SwiftUI */
Color(red: 0.667, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#aa18ce")Accessibility — WCAG contrast
Aa
#aa18ce on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa18ce on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green9.4%
Blue80.8%
CMYK percentages
Cyan17.5%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#aa18ce text on a black background
contrast 3.73:1
Card sample
#aa18ce text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa18ce;
Background color
Panel with #aa18ce background
background-color: #aa18ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa18ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa18ce; background: linear-gradient(135deg, #aa18ce, #CE1879);