#74104f
a dark, electric magenta / pink · warm · closest name: purple
RGB
116, 16, 79
HSL
322°, 76%, 26%
CMYK
0, 86, 32, 55
Luminance
0.0465
Every format
| HEX | #74104f |
| RGB | rgb(116, 16, 79) |
| HSL | hsl(322, 76%, 26%) |
| CMYK | cmyk(0%, 86%, 32%, 55%) |
| LAB | lab(25.7 46.4 -11.3) |
| LCH | lch(25.7 47.7 346.4) |
| OKLCH | oklch(0.379 0.145 348.2) |
Copy-ready code
/* CSS */
color: #74104f;
background-color: #74104f;
/* Tailwind (arbitrary) */
class="text-[#74104f] bg-[#74104f]"
/* SCSS */
$brand: #74104f;
/* SwiftUI */
Color(red: 0.455, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#74104f")Accessibility — WCAG contrast
Aa
#74104f on white: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#74104f on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta86.2%
Yellow31.9%
Key (black)54.5%
Color previews
#74104f text on a black background
contrast 1.93:1
Card sample
#74104f text on a white background
contrast 10.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74104f;
Background color
Panel with #74104f background
background-color: #74104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74104f; background: linear-gradient(135deg, #74104f, #741410);