#710121
a deep, electric magenta / pink · warm · closest name: maroon
RGB
113, 1, 33
HSL
343°, 98%, 22%
CMYK
0, 99, 71, 56
Luminance
0.0364
Every format
| HEX | #710121 |
| RGB | rgb(113, 1, 33) |
| HSL | hsl(343, 98%, 22%) |
| CMYK | cmyk(0%, 99%, 71%, 56%) |
| LAB | lab(22.5 44.8 15.7) |
| LCH | lch(22.5 47.4 19.3) |
| OKLCH | oklch(0.349 0.139 15.5) |
Copy-ready code
/* CSS */
color: #710121;
background-color: #710121;
/* Tailwind (arbitrary) */
class="text-[#710121] bg-[#710121]"
/* SCSS */
$brand: #710121;
/* SwiftUI */
Color(red: 0.443, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#710121")Accessibility — WCAG contrast
Aa
#710121 on white: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#710121 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow70.8%
Key (black)55.7%
Color previews
#710121 text on a black background
contrast 1.73:1
Card sample
#710121 text on a white background
contrast 12.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #710121;
Background color
Panel with #710121 background
background-color: #710121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #710121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #710121; background: linear-gradient(135deg, #710121, #712C01);