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