#7c104f
a dark, electric magenta / pink · warm · closest name: purple
RGB
124, 16, 79
HSL
325°, 77%, 28%
CMYK
0, 87, 36, 51
Luminance
0.0522
Every format
| HEX | #7c104f |
| RGB | rgb(124, 16, 79) |
| HSL | hsl(325, 77%, 28%) |
| CMYK | cmyk(0%, 87%, 36%, 51%) |
| LAB | lab(27.4 48.5 -8.6) |
| LCH | lch(27.4 49.2 349.9) |
| OKLCH | oklch(0.394 0.151 351.5) |
Copy-ready code
/* CSS */
color: #7c104f;
background-color: #7c104f;
/* Tailwind (arbitrary) */
class="text-[#7c104f] bg-[#7c104f]"
/* SCSS */
$brand: #7c104f;
/* SwiftUI */
Color(red: 0.486, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#7c104f")Accessibility — WCAG contrast
Aa
#7c104f on white: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c104f on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta87.1%
Yellow36.3%
Key (black)51.4%
Color previews
#7c104f text on a black background
contrast 2.04:1
Card sample
#7c104f text on a white background
contrast 10.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c104f;
Background color
Panel with #7c104f background
background-color: #7c104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c104f; background: linear-gradient(135deg, #7c104f, #7C1910);