#7f024b
a dark, electric magenta / pink · warm · closest name: purple
RGB
127, 2, 75
HSL
325°, 97%, 25%
CMYK
0, 98, 41, 50
Luminance
0.0506
Every format
| HEX | #7f024b |
| RGB | rgb(127, 2, 75) |
| HSL | hsl(325, 97%, 25%) |
| CMYK | cmyk(0%, 98%, 41%, 50%) |
| LAB | lab(26.9 51.4 -6.5) |
| LCH | lch(26.9 51.8 352.8) |
| OKLCH | oklch(0.391 0.160 354.0) |
Copy-ready code
/* CSS */
color: #7f024b;
background-color: #7f024b;
/* Tailwind (arbitrary) */
class="text-[#7f024b] bg-[#7f024b]"
/* SCSS */
$brand: #7f024b;
/* SwiftUI */
Color(red: 0.498, green: 0.008, blue: 0.294)
/* Android */
Color.parseColor("#7f024b")Accessibility — WCAG contrast
Aa
#7f024b on white: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f024b on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green0.8%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow40.9%
Key (black)50.2%
Color previews
#7f024b text on a black background
contrast 2.01:1
Card sample
#7f024b text on a white background
contrast 10.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f024b;
Background color
Panel with #7f024b background
background-color: #7f024b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f024b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 2, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 2, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f024b; background: linear-gradient(135deg, #7f024b, #7F0C02);