#8e104f
a dark, electric magenta / pink · warm · closest name: purple
RGB
142, 16, 79
HSL
330°, 80%, 31%
CMYK
0, 89, 44, 44
Luminance
0.0669
Every format
| HEX | #8e104f |
| RGB | rgb(142, 16, 79) |
| HSL | hsl(330, 80%, 31%) |
| CMYK | cmyk(0%, 89%, 44%, 44%) |
| LAB | lab(31.1 53.0 -2.6) |
| LCH | lch(31.1 53.1 357.1) |
| OKLCH | oklch(0.427 0.164 357.8) |
Copy-ready code
/* CSS */
color: #8e104f;
background-color: #8e104f;
/* Tailwind (arbitrary) */
class="text-[#8e104f] bg-[#8e104f]"
/* SCSS */
$brand: #8e104f;
/* SwiftUI */
Color(red: 0.557, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#8e104f")Accessibility — WCAG contrast
Aa
#8e104f on white: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8e104f on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow44.4%
Key (black)44.3%
Color previews
#8e104f text on a black background
contrast 2.34:1
Card sample
#8e104f text on a white background
contrast 8.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8e104f;
Background color
Panel with #8e104f background
background-color: #8e104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8e104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8e104f; background: linear-gradient(135deg, #8e104f, #8E2510);