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