#7c034f
a deep, electric magenta / pink · warm · closest name: purple
RGB
124, 3, 79
HSL
322°, 95%, 25%
CMYK
0, 98, 36, 51
Luminance
0.0491
Every format
| HEX | #7c034f |
| RGB | rgb(124, 3, 79) |
| HSL | hsl(322, 95%, 25%) |
| CMYK | cmyk(0%, 98%, 36%, 51%) |
| LAB | lab(26.5 51.0 -9.9) |
| LCH | lch(26.5 51.9 349.0) |
| OKLCH | oklch(0.388 0.159 350.7) |
Copy-ready code
/* CSS */
color: #7c034f;
background-color: #7c034f;
/* Tailwind (arbitrary) */
class="text-[#7c034f] bg-[#7c034f]"
/* SCSS */
$brand: #7c034f;
/* SwiftUI */
Color(red: 0.486, green: 0.012, blue: 0.310)
/* Android */
Color.parseColor("#7c034f")Accessibility — WCAG contrast
Aa
#7c034f on white: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c034f on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green1.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta97.6%
Yellow36.3%
Key (black)51.4%
Color previews
#7c034f text on a black background
contrast 1.98:1
Card sample
#7c034f text on a white background
contrast 10.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c034f;
Background color
Panel with #7c034f background
background-color: #7c034f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c034f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 3, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 3, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c034f; background: linear-gradient(135deg, #7c034f, #7C0803);