#710f49
a dark, electric magenta / pink · warm · closest name: purple
RGB
113, 15, 73
HSL
325°, 77%, 25%
CMYK
0, 87, 35, 56
Luminance
0.0433
Every format
| HEX | #710f49 |
| RGB | rgb(113, 15, 73) |
| HSL | hsl(325, 77%, 25%) |
| CMYK | cmyk(0%, 87%, 35%, 56%) |
| LAB | lab(24.8 45.1 -8.7) |
| LCH | lch(24.8 46.0 349.1) |
| OKLCH | oklch(0.370 0.141 350.7) |
Copy-ready code
/* CSS */
color: #710f49;
background-color: #710f49;
/* Tailwind (arbitrary) */
class="text-[#710f49] bg-[#710f49]"
/* SCSS */
$brand: #710f49;
/* SwiftUI */
Color(red: 0.443, green: 0.059, blue: 0.286)
/* Android */
Color.parseColor("#710f49")Accessibility — WCAG contrast
Aa
#710f49 on white: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#710f49 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green5.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta86.7%
Yellow35.4%
Key (black)55.7%
Color previews
#710f49 text on a black background
contrast 1.87:1
Card sample
#710f49 text on a white background
contrast 11.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #710f49;
Background color
Panel with #710f49 background
background-color: #710f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #710f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 15, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 15, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #710f49; background: linear-gradient(135deg, #710f49, #71160F);