#a503c9
a dark, electric violet · warm · closest name: magenta
RGB
165, 3, 201
HSL
289°, 97%, 40%
CMYK
18, 99, 0, 21
Luminance
0.1228
Every format
| HEX | #a503c9 |
| RGB | rgb(165, 3, 201) |
| HSL | hsl(289, 97%, 40%) |
| CMYK | cmyk(18%, 99%, 0%, 21%) |
| LAB | lab(41.7 76.4 -61.1) |
| LCH | lch(41.7 97.8 321.4) |
| OKLCH | oklch(0.532 0.257 317.9) |
Copy-ready code
/* CSS */
color: #a503c9;
background-color: #a503c9;
/* Tailwind (arbitrary) */
class="text-[#a503c9] bg-[#a503c9]"
/* SCSS */
$brand: #a503c9;
/* SwiftUI */
Color(red: 0.647, green: 0.012, blue: 0.788)
/* Android */
Color.parseColor("#a503c9")Accessibility — WCAG contrast
Aa
#a503c9 on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a503c9 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green1.2%
Blue78.8%
CMYK percentages
Cyan17.9%
Magenta98.5%
Yellow0.0%
Key (black)21.2%
Color previews
#a503c9 text on a black background
contrast 3.46:1
Card sample
#a503c9 text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a503c9;
Background color
Panel with #a503c9 background
background-color: #a503c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a503c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 3, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 3, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a503c9; background: linear-gradient(135deg, #a503c9, #C90369);