#750721
a deep, electric red · warm · closest name: maroon
RGB
117, 7, 33
HSL
346°, 89%, 24%
CMYK
0, 94, 72, 54
Luminance
0.0404
Every format
| HEX | #750721 |
| RGB | rgb(117, 7, 33) |
| HSL | hsl(346, 89%, 24%) |
| CMYK | cmyk(0%, 94%, 72%, 54%) |
| LAB | lab(23.8 44.6 17.6) |
| LCH | lch(23.8 47.9 21.5) |
| OKLCH | oklch(0.361 0.139 17.2) |
Copy-ready code
/* CSS */
color: #750721;
background-color: #750721;
/* Tailwind (arbitrary) */
class="text-[#750721] bg-[#750721]"
/* SCSS */
$brand: #750721;
/* SwiftUI */
Color(red: 0.459, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#750721")Accessibility — WCAG contrast
Aa
#750721 on white: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#750721 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow71.8%
Key (black)54.1%
Color previews
#750721 text on a black background
contrast 1.81:1
Card sample
#750721 text on a white background
contrast 11.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #750721;
Background color
Panel with #750721 background
background-color: #750721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #750721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #750721; background: linear-gradient(135deg, #750721, #753607);