#8f115d
a dark, electric magenta / pink · warm · closest name: purple
RGB
143, 17, 93
HSL
324°, 79%, 31%
CMYK
0, 88, 35, 44
Luminance
0.0703
Every format
| HEX | #8f115d |
| RGB | rgb(143, 17, 93) |
| HSL | hsl(324, 79%, 31%) |
| CMYK | cmyk(0%, 88%, 35%, 44%) |
| LAB | lab(31.9 54.5 -10.6) |
| LCH | lch(31.9 55.5 349.0) |
| OKLCH | oklch(0.435 0.170 350.7) |
Copy-ready code
/* CSS */
color: #8f115d;
background-color: #8f115d;
/* Tailwind (arbitrary) */
class="text-[#8f115d] bg-[#8f115d]"
/* SCSS */
$brand: #8f115d;
/* SwiftUI */
Color(red: 0.561, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#8f115d")Accessibility — WCAG contrast
Aa
#8f115d on white: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8f115d on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green6.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow35.0%
Key (black)43.9%
Color previews
#8f115d text on a black background
contrast 2.41:1
Card sample
#8f115d text on a white background
contrast 8.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f115d;
Background color
Panel with #8f115d background
background-color: #8f115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f115d; background: linear-gradient(135deg, #8f115d, #8F1911);