#a30e88
a dark, electric magenta / pink · warm · closest name: purple
RGB
163, 14, 136
HSL
311°, 84%, 35%
CMYK
0, 91, 17, 36
Luminance
0.0988
Every format
| HEX | #a30e88 |
| RGB | rgb(163, 14, 136) |
| HSL | hsl(311, 84%, 35%) |
| CMYK | cmyk(0%, 91%, 17%, 36%) |
| LAB | lab(37.6 64.8 -28.6) |
| LCH | lch(37.6 70.8 336.2) |
| OKLCH | oklch(0.490 0.208 338.0) |
Copy-ready code
/* CSS */
color: #a30e88;
background-color: #a30e88;
/* Tailwind (arbitrary) */
class="text-[#a30e88] bg-[#a30e88]"
/* SCSS */
$brand: #a30e88;
/* SwiftUI */
Color(red: 0.639, green: 0.055, blue: 0.533)
/* Android */
Color.parseColor("#a30e88")Accessibility — WCAG contrast
Aa
#a30e88 on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a30e88 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green5.5%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow16.6%
Key (black)36.1%
Color previews
#a30e88 text on a black background
contrast 2.98:1
Card sample
#a30e88 text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a30e88;
Background color
Panel with #a30e88 background
background-color: #a30e88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a30e88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 14, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 14, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a30e88; background: linear-gradient(135deg, #a30e88, #A30E25);