#71104f
a dark, electric magenta / pink · warm · closest name: purple
RGB
113, 16, 79
HSL
321°, 75%, 25%
CMYK
0, 86, 30, 56
Luminance
0.0445
Every format
| HEX | #71104f |
| RGB | rgb(113, 16, 79) |
| HSL | hsl(321, 75%, 25%) |
| CMYK | cmyk(0%, 86%, 30%, 56%) |
| LAB | lab(25.1 45.6 -12.3) |
| LCH | lch(25.1 47.3 345.0) |
| OKLCH | oklch(0.373 0.143 346.9) |
Copy-ready code
/* CSS */
color: #71104f;
background-color: #71104f;
/* Tailwind (arbitrary) */
class="text-[#71104f] bg-[#71104f]"
/* SCSS */
$brand: #71104f;
/* SwiftUI */
Color(red: 0.443, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#71104f")Accessibility — WCAG contrast
Aa
#71104f on white: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#71104f on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow30.1%
Key (black)55.7%
Color previews
#71104f text on a black background
contrast 1.89:1
Card sample
#71104f text on a white background
contrast 11.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71104f;
Background color
Panel with #71104f background
background-color: #71104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71104f; background: linear-gradient(135deg, #71104f, #711210);