#79104f
a dark, electric magenta / pink · warm · closest name: purple
RGB
121, 16, 79
HSL
324°, 77%, 27%
CMYK
0, 87, 35, 53
Luminance
0.0500
Every format
| HEX | #79104f |
| RGB | rgb(121, 16, 79) |
| HSL | hsl(324, 77%, 27%) |
| CMYK | cmyk(0%, 87%, 35%, 53%) |
| LAB | lab(26.7 47.7 -9.6) |
| LCH | lch(26.7 48.6 348.6) |
| OKLCH | oklch(0.388 0.148 350.3) |
Copy-ready code
/* CSS */
color: #79104f;
background-color: #79104f;
/* Tailwind (arbitrary) */
class="text-[#79104f] bg-[#79104f]"
/* SCSS */
$brand: #79104f;
/* SwiftUI */
Color(red: 0.475, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#79104f")Accessibility — WCAG contrast
Aa
#79104f on white: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#79104f on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta86.8%
Yellow34.7%
Key (black)52.5%
Color previews
#79104f text on a black background
contrast 2.00:1
Card sample
#79104f text on a white background
contrast 10.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79104f;
Background color
Panel with #79104f background
background-color: #79104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79104f; background: linear-gradient(135deg, #79104f, #791710);