#711021
a dark, electric red · warm · closest name: maroon
RGB
113, 16, 33
HSL
350°, 75%, 25%
CMYK
0, 86, 71, 56
Luminance
0.0399
Every format
| HEX | #711021 |
| RGB | rgb(113, 16, 33) |
| HSL | hsl(350, 75%, 25%) |
| CMYK | cmyk(0%, 86%, 71%, 56%) |
| LAB | lab(23.6 41.4 17.2) |
| LCH | lch(23.6 44.8 22.5) |
| OKLCH | oklch(0.358 0.129 18.2) |
Copy-ready code
/* CSS */
color: #711021;
background-color: #711021;
/* Tailwind (arbitrary) */
class="text-[#711021] bg-[#711021]"
/* SCSS */
$brand: #711021;
/* SwiftUI */
Color(red: 0.443, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#711021")Accessibility — WCAG contrast
Aa
#711021 on white: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#711021 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow70.8%
Key (black)55.7%
Color previews
#711021 text on a black background
contrast 1.80:1
Card sample
#711021 text on a white background
contrast 11.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #711021;
Background color
Panel with #711021 background
background-color: #711021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #711021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #711021; background: linear-gradient(135deg, #711021, #714010);