#8c024f
a dark, electric magenta / pink · warm · closest name: purple
RGB
140, 2, 79
HSL
327°, 97%, 28%
CMYK
0, 99, 44, 45
Luminance
0.0618
Every format
| HEX | #8c024f |
| RGB | rgb(140, 2, 79) |
| HSL | hsl(327, 97%, 28%) |
| CMYK | cmyk(0%, 99%, 44%, 45%) |
| LAB | lab(29.9 54.8 -4.5) |
| LCH | lch(29.9 55.0 355.3) |
| OKLCH | oklch(0.418 0.170 356.3) |
Copy-ready code
/* CSS */
color: #8c024f;
background-color: #8c024f;
/* Tailwind (arbitrary) */
class="text-[#8c024f] bg-[#8c024f]"
/* SCSS */
$brand: #8c024f;
/* SwiftUI */
Color(red: 0.549, green: 0.008, blue: 0.310)
/* Android */
Color.parseColor("#8c024f")Accessibility — WCAG contrast
Aa
#8c024f on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c024f on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green0.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta98.6%
Yellow43.6%
Key (black)45.1%
Color previews
#8c024f text on a black background
contrast 2.24:1
Card sample
#8c024f text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c024f;
Background color
Panel with #8c024f background
background-color: #8c024f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c024f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 2, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 2, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c024f; background: linear-gradient(135deg, #8c024f, #8C1102);