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