#a30071
a dark, electric magenta / pink · warm · closest name: purple
RGB
163, 0, 113
HSL
318°, 100%, 32%
CMYK
0, 100, 31, 36
Luminance
0.0898
Every format
| HEX | #a30071 |
| RGB | rgb(163, 0, 113) |
| HSL | hsl(318, 100%, 32%) |
| CMYK | cmyk(0%, 100%, 31%, 36%) |
| LAB | lab(36.0 63.7 -16.9) |
| LCH | lch(36.0 65.9 345.2) |
| OKLCH | oklch(0.475 0.200 347.1) |
Copy-ready code
/* CSS */
color: #a30071;
background-color: #a30071;
/* Tailwind (arbitrary) */
class="text-[#a30071] bg-[#a30071]"
/* SCSS */
$brand: #a30071;
/* SwiftUI */
Color(red: 0.639, green: 0.000, blue: 0.443)
/* Android */
Color.parseColor("#a30071")Accessibility — WCAG contrast
Aa
#a30071 on white: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a30071 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green0.0%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow30.7%
Key (black)36.1%
Color previews
#a30071 text on a black background
contrast 2.80:1
Card sample
#a30071 text on a white background
contrast 7.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a30071;
Background color
Panel with #a30071 background
background-color: #a30071;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a30071;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 0, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 0, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a30071; background: linear-gradient(135deg, #a30071, #A30004);