#aa11cc
a dark, electric violet · warm · closest name: magenta
RGB
170, 17, 204
HSL
289°, 85%, 43%
CMYK
17, 92, 0, 20
Luminance
0.1331
Every format
| HEX | #aa11cc |
| RGB | rgb(170, 17, 204) |
| HSL | hsl(289, 85%, 43%) |
| CMYK | cmyk(17%, 92%, 0%, 20%) |
| LAB | lab(43.2 76.1 -60.2) |
| LCH | lch(43.2 97.1 321.7) |
| OKLCH | oklch(0.545 0.256 318.5) |
Copy-ready code
/* CSS */
color: #aa11cc;
background-color: #aa11cc;
/* Tailwind (arbitrary) */
class="text-[#aa11cc] bg-[#aa11cc]"
/* SCSS */
$brand: #aa11cc;
/* SwiftUI */
Color(red: 0.667, green: 0.067, blue: 0.800)
/* Android */
Color.parseColor("#aa11cc")Accessibility — WCAG contrast
Aa
#aa11cc on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa11cc on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green6.7%
Blue80.0%
CMYK percentages
Cyan16.7%
Magenta91.7%
Yellow0.0%
Key (black)20.0%
Color previews
#aa11cc text on a black background
contrast 3.66:1
Card sample
#aa11cc text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa11cc;
Background color
Panel with #aa11cc background
background-color: #aa11cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa11cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 17, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 17, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa11cc; background: linear-gradient(135deg, #aa11cc, #CC1171);