#7e104f
a dark, electric magenta / pink · warm · closest name: purple
RGB
126, 16, 79
HSL
326°, 78%, 28%
CMYK
0, 87, 37, 51
Luminance
0.0537
Every format
| HEX | #7e104f |
| RGB | rgb(126, 16, 79) |
| HSL | hsl(326, 78%, 28%) |
| CMYK | cmyk(0%, 87%, 37%, 51%) |
| LAB | lab(27.8 49.0 -7.9) |
| LCH | lch(27.8 49.6 350.8) |
| OKLCH | oklch(0.398 0.152 352.3) |
Copy-ready code
/* CSS */
color: #7e104f;
background-color: #7e104f;
/* Tailwind (arbitrary) */
class="text-[#7e104f] bg-[#7e104f]"
/* SCSS */
$brand: #7e104f;
/* SwiftUI */
Color(red: 0.494, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#7e104f")Accessibility — WCAG contrast
Aa
#7e104f on white: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7e104f on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow37.3%
Key (black)50.6%
Color previews
#7e104f text on a black background
contrast 2.07:1
Card sample
#7e104f text on a white background
contrast 10.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e104f;
Background color
Panel with #7e104f background
background-color: #7e104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e104f; background: linear-gradient(135deg, #7e104f, #7E1A10);