#a511c2
a dark, electric magenta / pink · warm · closest name: purple
RGB
165, 17, 194
HSL
290°, 84%, 41%
CMYK
15, 91, 0, 24
Luminance
0.1230
Every format
| HEX | #a511c2 |
| RGB | rgb(165, 17, 194) |
| HSL | hsl(290, 84%, 41%) |
| CMYK | cmyk(15%, 91%, 0%, 24%) |
| LAB | lab(41.7 73.7 -56.9) |
| LCH | lch(41.7 93.1 322.3) |
| OKLCH | oklch(0.531 0.247 319.6) |
Copy-ready code
/* CSS */
color: #a511c2;
background-color: #a511c2;
/* Tailwind (arbitrary) */
class="text-[#a511c2] bg-[#a511c2]"
/* SCSS */
$brand: #a511c2;
/* SwiftUI */
Color(red: 0.647, green: 0.067, blue: 0.761)
/* Android */
Color.parseColor("#a511c2")Accessibility — WCAG contrast
Aa
#a511c2 on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a511c2 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green6.7%
Blue76.1%
CMYK percentages
Cyan14.9%
Magenta91.2%
Yellow0.0%
Key (black)23.9%
Color previews
#a511c2 text on a black background
contrast 3.46:1
Card sample
#a511c2 text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a511c2;
Background color
Panel with #a511c2 background
background-color: #a511c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a511c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 17, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 17, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a511c2; background: linear-gradient(135deg, #a511c2, #C21169);