#741021
a dark, electric red · warm · closest name: maroon
RGB
116, 16, 33
HSL
350°, 76%, 26%
CMYK
0, 86, 72, 55
Luminance
0.0419
Every format
| HEX | #741021 |
| RGB | rgb(116, 16, 33) |
| HSL | hsl(350, 76%, 26%) |
| CMYK | cmyk(0%, 86%, 72%, 55%) |
| LAB | lab(24.3 42.3 18.1) |
| LCH | lch(24.3 46.0 23.2) |
| OKLCH | oklch(0.364 0.132 18.7) |
Copy-ready code
/* CSS */
color: #741021;
background-color: #741021;
/* Tailwind (arbitrary) */
class="text-[#741021] bg-[#741021]"
/* SCSS */
$brand: #741021;
/* SwiftUI */
Color(red: 0.455, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#741021")Accessibility — WCAG contrast
Aa
#741021 on white: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#741021 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.2%
Yellow71.6%
Key (black)54.5%
Color previews
#741021 text on a black background
contrast 1.84:1
Card sample
#741021 text on a white background
contrast 11.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #741021;
Background color
Panel with #741021 background
background-color: #741021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #741021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #741021; background: linear-gradient(135deg, #741021, #744210);