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