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