#711321
a dark, vivid red · warm · closest name: maroon
RGB
113, 19, 33
HSL
351°, 71%, 26%
CMYK
0, 83, 71, 56
Luminance
0.0409
Every format
| HEX | #711321 |
| RGB | rgb(113, 19, 33) |
| HSL | hsl(351, 71%, 26%) |
| CMYK | cmyk(0%, 83%, 71%, 56%) |
| LAB | lab(24.0 40.5 17.6) |
| LCH | lch(24.0 44.1 23.4) |
| OKLCH | oklch(0.360 0.127 19.0) |
Copy-ready code
/* CSS */
color: #711321;
background-color: #711321;
/* Tailwind (arbitrary) */
class="text-[#711321] bg-[#711321]"
/* SCSS */
$brand: #711321;
/* SwiftUI */
Color(red: 0.443, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#711321")Accessibility — WCAG contrast
Aa
#711321 on white: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#711321 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow70.8%
Key (black)55.7%
Color previews
#711321 text on a black background
contrast 1.82:1
Card sample
#711321 text on a white background
contrast 11.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #711321;
Background color
Panel with #711321 background
background-color: #711321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #711321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #711321; background: linear-gradient(135deg, #711321, #714413);