#731321
a dark, vivid red · warm · closest name: maroon
RGB
115, 19, 33
HSL
351°, 72%, 26%
CMYK
0, 84, 71, 55
Luminance
0.0422
Every format
| HEX | #731321 |
| RGB | rgb(115, 19, 33) |
| HSL | hsl(351, 72%, 26%) |
| CMYK | cmyk(0%, 84%, 71%, 55%) |
| LAB | lab(24.4 41.1 18.2) |
| LCH | lch(24.4 45.0 23.9) |
| OKLCH | oklch(0.364 0.129 19.3) |
Copy-ready code
/* CSS */
color: #731321;
background-color: #731321;
/* Tailwind (arbitrary) */
class="text-[#731321] bg-[#731321]"
/* SCSS */
$brand: #731321;
/* SwiftUI */
Color(red: 0.451, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#731321")Accessibility — WCAG contrast
Aa
#731321 on white: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#731321 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow71.3%
Key (black)54.9%
Color previews
#731321 text on a black background
contrast 1.84:1
Card sample
#731321 text on a white background
contrast 11.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #731321;
Background color
Panel with #731321 background
background-color: #731321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #731321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #731321; background: linear-gradient(135deg, #731321, #734513);