#7f047f
a dark, electric magenta / pink · warm · “purple”
RGB
127, 4, 127
HSL
300°, 94%, 26%
CMYK
0, 97, 0, 50
Luminance
0.0613
Every format
| HEX | #7f047f |
| RGB | rgb(127, 4, 127) |
| HSL | hsl(300, 94%, 26%) |
| CMYK | cmyk(0%, 97%, 0%, 50%) |
| LAB | lab(29.7 58.0 -35.9) |
| LCH | lch(29.7 68.2 328.2) |
| OKLCH | oklch(0.420 0.190 328.3) |
Copy-ready code
/* CSS */
color: #7f047f;
background-color: #7f047f;
/* Tailwind (arbitrary) */
class="text-[#7f047f] bg-[#7f047f]"
/* SCSS */
$brand: #7f047f;
/* SwiftUI */
Color(red: 0.498, green: 0.016, blue: 0.498)
/* Android */
Color.parseColor("#7f047f")Accessibility — WCAG contrast
Aa
#7f047f on white: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f047f on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green1.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow0.0%
Key (black)50.2%
Color previews
#7f047f text on a black background
contrast 2.23:1
Card sample
#7f047f text on a white background
contrast 9.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f047f;
Background color
Panel with #7f047f background
background-color: #7f047f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f047f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 4, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 4, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f047f; background: linear-gradient(135deg, #7f047f, #7F042D);