#a103c1
a dark, electric violet · warm · closest name: purple
RGB
161, 3, 193
HSL
290°, 97%, 38%
CMYK
17, 98, 0, 24
Luminance
0.1149
Every format
| HEX | #a103c1 |
| RGB | rgb(161, 3, 193) |
| HSL | hsl(290, 97%, 38%) |
| CMYK | cmyk(17%, 98%, 0%, 24%) |
| LAB | lab(40.4 74.5 -58.5) |
| LCH | lch(40.4 94.7 321.9) |
| OKLCH | oklch(0.520 0.250 318.7) |
Copy-ready code
/* CSS */
color: #a103c1;
background-color: #a103c1;
/* Tailwind (arbitrary) */
class="text-[#a103c1] bg-[#a103c1]"
/* SCSS */
$brand: #a103c1;
/* SwiftUI */
Color(red: 0.631, green: 0.012, blue: 0.757)
/* Android */
Color.parseColor("#a103c1")Accessibility — WCAG contrast
Aa
#a103c1 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a103c1 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green1.2%
Blue75.7%
CMYK percentages
Cyan16.6%
Magenta98.4%
Yellow0.0%
Key (black)24.3%
Color previews
#a103c1 text on a black background
contrast 3.30:1
Card sample
#a103c1 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a103c1;
Background color
Panel with #a103c1 background
background-color: #a103c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a103c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 3, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 3, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a103c1; background: linear-gradient(135deg, #a103c1, #C10362);