#a503c1
a dark, electric magenta / pink · warm · closest name: purple
RGB
165, 3, 193
HSL
291°, 97%, 38%
CMYK
15, 98, 0, 24
Luminance
0.1191
Every format
| HEX | #a503c1 |
| RGB | rgb(165, 3, 193) |
| HSL | hsl(291, 97%, 38%) |
| CMYK | cmyk(15%, 98%, 0%, 24%) |
| LAB | lab(41.1 75.1 -57.3) |
| LCH | lch(41.1 94.5 322.6) |
| OKLCH | oklch(0.526 0.251 320.0) |
Copy-ready code
/* CSS */
color: #a503c1;
background-color: #a503c1;
/* Tailwind (arbitrary) */
class="text-[#a503c1] bg-[#a503c1]"
/* SCSS */
$brand: #a503c1;
/* SwiftUI */
Color(red: 0.647, green: 0.012, blue: 0.757)
/* Android */
Color.parseColor("#a503c1")Accessibility — WCAG contrast
Aa
#a503c1 on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a503c1 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green1.2%
Blue75.7%
CMYK percentages
Cyan14.5%
Magenta98.4%
Yellow0.0%
Key (black)24.3%
Color previews
#a503c1 text on a black background
contrast 3.38:1
Card sample
#a503c1 text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a503c1;
Background color
Panel with #a503c1 background
background-color: #a503c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a503c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 3, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 3, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a503c1; background: linear-gradient(135deg, #a503c1, #C1035E);