#710c3f
a deep, electric magenta / pink · warm · closest name: purple
RGB
113, 12, 63
HSL
330°, 81%, 25%
CMYK
0, 89, 44, 56
Luminance
0.0413
Every format
| HEX | #710c3f |
| RGB | rgb(113, 12, 63) |
| HSL | hsl(330, 81%, 25%) |
| CMYK | cmyk(0%, 89%, 44%, 56%) |
| LAB | lab(24.1 44.8 -2.9) |
| LCH | lch(24.1 44.9 356.3) |
| OKLCH | oklch(0.364 0.138 357.1) |
Copy-ready code
/* CSS */
color: #710c3f;
background-color: #710c3f;
/* Tailwind (arbitrary) */
class="text-[#710c3f] bg-[#710c3f]"
/* SCSS */
$brand: #710c3f;
/* SwiftUI */
Color(red: 0.443, green: 0.047, blue: 0.247)
/* Android */
Color.parseColor("#710c3f")Accessibility — WCAG contrast
Aa
#710c3f on white: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#710c3f on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green4.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow44.2%
Key (black)55.7%
Color previews
#710c3f text on a black background
contrast 1.83:1
Card sample
#710c3f text on a white background
contrast 11.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #710c3f;
Background color
Panel with #710c3f background
background-color: #710c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #710c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 12, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 12, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #710c3f; background: linear-gradient(135deg, #710c3f, #711C0C);