#710c39
a deep, electric magenta / pink · warm · closest name: maroon
RGB
113, 12, 57
HSL
333°, 81%, 25%
CMYK
0, 89, 50, 56
Luminance
0.0407
Every format
| HEX | #710c39 |
| RGB | rgb(113, 12, 57) |
| HSL | hsl(333, 81%, 25%) |
| CMYK | cmyk(0%, 89%, 50%, 56%) |
| LAB | lab(23.9 44.2 0.9) |
| LCH | lch(23.9 44.2 1.2) |
| OKLCH | oklch(0.362 0.136 1.2) |
Copy-ready code
/* CSS */
color: #710c39;
background-color: #710c39;
/* Tailwind (arbitrary) */
class="text-[#710c39] bg-[#710c39]"
/* SCSS */
$brand: #710c39;
/* SwiftUI */
Color(red: 0.443, green: 0.047, blue: 0.224)
/* Android */
Color.parseColor("#710c39")Accessibility — WCAG contrast
Aa
#710c39 on white: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#710c39 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green4.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow49.6%
Key (black)55.7%
Color previews
#710c39 text on a black background
contrast 1.81:1
Card sample
#710c39 text on a white background
contrast 11.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #710c39;
Background color
Panel with #710c39 background
background-color: #710c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #710c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 12, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 12, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #710c39; background: linear-gradient(135deg, #710c39, #71220C);