#7f004c
a deep, electric magenta / pink · warm · closest name: purple
RGB
127, 0, 76
HSL
324°, 100%, 25%
CMYK
0, 100, 40, 50
Luminance
0.0503
Every format
| HEX | #7f004c |
| RGB | rgb(127, 0, 76) |
| HSL | hsl(324, 100%, 25%) |
| CMYK | cmyk(0%, 100%, 40%, 50%) |
| LAB | lab(26.8 51.9 -7.3) |
| LCH | lch(26.8 52.4 352.0) |
| OKLCH | oklch(0.391 0.161 353.3) |
Copy-ready code
/* CSS */
color: #7f004c;
background-color: #7f004c;
/* Tailwind (arbitrary) */
class="text-[#7f004c] bg-[#7f004c]"
/* SCSS */
$brand: #7f004c;
/* SwiftUI */
Color(red: 0.498, green: 0.000, blue: 0.298)
/* Android */
Color.parseColor("#7f004c")Accessibility — WCAG contrast
Aa
#7f004c on white: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f004c on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green0.0%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow40.2%
Key (black)50.2%
Color previews
#7f004c text on a black background
contrast 2.01:1
Card sample
#7f004c text on a white background
contrast 10.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f004c;
Background color
Panel with #7f004c background
background-color: #7f004c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f004c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 0, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 0, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f004c; background: linear-gradient(135deg, #7f004c, #7F0900);