#7a104f
a dark, electric magenta / pink · warm · closest name: purple
RGB
122, 16, 79
HSL
324°, 77%, 27%
CMYK
0, 87, 35, 52
Luminance
0.0507
Every format
| HEX | #7a104f |
| RGB | rgb(122, 16, 79) |
| HSL | hsl(324, 77%, 27%) |
| CMYK | cmyk(0%, 87%, 35%, 52%) |
| LAB | lab(26.9 47.9 -9.3) |
| LCH | lch(26.9 48.8 349.1) |
| OKLCH | oklch(0.390 0.149 350.7) |
Copy-ready code
/* CSS */
color: #7a104f;
background-color: #7a104f;
/* Tailwind (arbitrary) */
class="text-[#7a104f] bg-[#7a104f]"
/* SCSS */
$brand: #7a104f;
/* SwiftUI */
Color(red: 0.478, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#7a104f")Accessibility — WCAG contrast
Aa
#7a104f on white: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a104f on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta86.9%
Yellow35.2%
Key (black)52.2%
Color previews
#7a104f text on a black background
contrast 2.01:1
Card sample
#7a104f text on a white background
contrast 10.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a104f;
Background color
Panel with #7a104f background
background-color: #7a104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a104f; background: linear-gradient(135deg, #7a104f, #7A1810);