#8f079b
a dark, electric magenta / pink · warm · closest name: purple
RGB
143, 7, 155
HSL
295°, 91%, 32%
CMYK
8, 96, 0, 39
Luminance
0.0836
Every format
| HEX | #8f079b |
| RGB | rgb(143, 7, 155) |
| HSL | hsl(295, 91%, 32%) |
| CMYK | cmyk(8%, 96%, 0%, 39%) |
| LAB | lab(34.7 64.8 -45.1) |
| LCH | lch(34.7 79.0 325.2) |
| OKLCH | oklch(0.466 0.215 324.1) |
Copy-ready code
/* CSS */
color: #8f079b;
background-color: #8f079b;
/* Tailwind (arbitrary) */
class="text-[#8f079b] bg-[#8f079b]"
/* SCSS */
$brand: #8f079b;
/* SwiftUI */
Color(red: 0.561, green: 0.027, blue: 0.608)
/* Android */
Color.parseColor("#8f079b")Accessibility — WCAG contrast
Aa
#8f079b on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8f079b on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green2.7%
Blue60.8%
CMYK percentages
Cyan7.7%
Magenta95.5%
Yellow0.0%
Key (black)39.2%
Color previews
#8f079b text on a black background
contrast 2.67:1
Card sample
#8f079b text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f079b;
Background color
Panel with #8f079b background
background-color: #8f079b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f079b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 7, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 7, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f079b; background: linear-gradient(135deg, #8f079b, #9B0744);