#a30062
a dark, electric magenta / pink · warm · closest name: purple
RGB
163, 0, 98
HSL
324°, 100%, 32%
CMYK
0, 100, 40, 36
Luminance
0.0867
Every format
| HEX | #a30062 |
| RGB | rgb(163, 0, 98) |
| HSL | hsl(324, 100%, 32%) |
| CMYK | cmyk(0%, 100%, 40%, 36%) |
| LAB | lab(35.3 62.1 -8.2) |
| LCH | lch(35.3 62.6 352.5) |
| OKLCH | oklch(0.468 0.193 353.8) |
Copy-ready code
/* CSS */
color: #a30062;
background-color: #a30062;
/* Tailwind (arbitrary) */
class="text-[#a30062] bg-[#a30062]"
/* SCSS */
$brand: #a30062;
/* SwiftUI */
Color(red: 0.639, green: 0.000, blue: 0.384)
/* Android */
Color.parseColor("#a30062")Accessibility — WCAG contrast
Aa
#a30062 on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a30062 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green0.0%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow39.9%
Key (black)36.1%
Color previews
#a30062 text on a black background
contrast 2.73:1
Card sample
#a30062 text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a30062;
Background color
Panel with #a30062 background
background-color: #a30062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a30062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 0, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 0, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a30062; background: linear-gradient(135deg, #a30062, #A30B00);