#740821
a deep, electric red · warm · closest name: maroon
RGB
116, 8, 33
HSL
346°, 87%, 24%
CMYK
0, 93, 72, 55
Luminance
0.0400
Every format
| HEX | #740821 |
| RGB | rgb(116, 8, 33) |
| HSL | hsl(346, 87%, 24%) |
| CMYK | cmyk(0%, 93%, 72%, 55%) |
| LAB | lab(23.7 44.1 17.3) |
| LCH | lch(23.7 47.4 21.4) |
| OKLCH | oklch(0.359 0.137 17.2) |
Copy-ready code
/* CSS */
color: #740821;
background-color: #740821;
/* Tailwind (arbitrary) */
class="text-[#740821] bg-[#740821]"
/* SCSS */
$brand: #740821;
/* SwiftUI */
Color(red: 0.455, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#740821")Accessibility — WCAG contrast
Aa
#740821 on white: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#740821 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow71.6%
Key (black)54.5%
Color previews
#740821 text on a black background
contrast 1.80:1
Card sample
#740821 text on a white background
contrast 11.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #740821;
Background color
Panel with #740821 background
background-color: #740821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #740821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #740821; background: linear-gradient(135deg, #740821, #743708);