#741221
a dark, vivid red · warm · closest name: maroon
RGB
116, 18, 33
HSL
351°, 73%, 26%
CMYK
0, 85, 72, 55
Luminance
0.0426
Every format
| HEX | #741221 |
| RGB | rgb(116, 18, 33) |
| HSL | hsl(351, 73%, 26%) |
| CMYK | cmyk(0%, 85%, 72%, 55%) |
| LAB | lab(24.5 41.7 18.4) |
| LCH | lch(24.5 45.6 23.8) |
| OKLCH | oklch(0.365 0.131 19.2) |
Copy-ready code
/* CSS */
color: #741221;
background-color: #741221;
/* Tailwind (arbitrary) */
class="text-[#741221] bg-[#741221]"
/* SCSS */
$brand: #741221;
/* SwiftUI */
Color(red: 0.455, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#741221")Accessibility — WCAG contrast
Aa
#741221 on white: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#741221 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow71.6%
Key (black)54.5%
Color previews
#741221 text on a black background
contrast 1.85:1
Card sample
#741221 text on a white background
contrast 11.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #741221;
Background color
Panel with #741221 background
background-color: #741221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #741221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #741221; background: linear-gradient(135deg, #741221, #744412);