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