#8a005c
a dark, electric magenta / pink · warm · closest name: purple
RGB
138, 0, 92
HSL
320°, 100%, 27%
CMYK
0, 100, 33, 46
Luminance
0.0618
Every format
| HEX | #8a005c |
| RGB | rgb(138, 0, 92) |
| HSL | hsl(320, 100%, 27%) |
| CMYK | cmyk(0%, 100%, 33%, 46%) |
| LAB | lab(29.9 56.0 -13.1) |
| LCH | lch(29.9 57.5 346.8) |
| OKLCH | oklch(0.419 0.176 348.7) |
Copy-ready code
/* CSS */
color: #8a005c;
background-color: #8a005c;
/* Tailwind (arbitrary) */
class="text-[#8a005c] bg-[#8a005c]"
/* SCSS */
$brand: #8a005c;
/* SwiftUI */
Color(red: 0.541, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#8a005c")Accessibility — WCAG contrast
Aa
#8a005c on white: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8a005c on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green0.0%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow33.3%
Key (black)45.9%
Color previews
#8a005c text on a black background
contrast 2.24:1
Card sample
#8a005c text on a white background
contrast 9.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a005c;
Background color
Panel with #8a005c background
background-color: #8a005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a005c; background: linear-gradient(135deg, #8a005c, #8A0000);