#8b024f
a dark, electric magenta / pink · warm · closest name: purple
RGB
139, 2, 79
HSL
326°, 97%, 28%
CMYK
0, 99, 43, 46
Luminance
0.0610
Every format
| HEX | #8b024f |
| RGB | rgb(139, 2, 79) |
| HSL | hsl(326, 97%, 28%) |
| CMYK | cmyk(0%, 99%, 43%, 46%) |
| LAB | lab(29.7 54.6 -4.8) |
| LCH | lch(29.7 54.8 355.0) |
| OKLCH | oklch(0.416 0.169 355.9) |
Copy-ready code
/* CSS */
color: #8b024f;
background-color: #8b024f;
/* Tailwind (arbitrary) */
class="text-[#8b024f] bg-[#8b024f]"
/* SCSS */
$brand: #8b024f;
/* SwiftUI */
Color(red: 0.545, green: 0.008, blue: 0.310)
/* Android */
Color.parseColor("#8b024f")Accessibility — WCAG contrast
Aa
#8b024f on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8b024f on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green0.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta98.6%
Yellow43.2%
Key (black)45.5%
Color previews
#8b024f text on a black background
contrast 2.22:1
Card sample
#8b024f text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8b024f;
Background color
Panel with #8b024f background
background-color: #8b024f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8b024f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 2, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 2, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8b024f; background: linear-gradient(135deg, #8b024f, #8B1002);