#750521
a deep, electric red · warm · closest name: maroon
RGB
117, 5, 33
HSL
345°, 92%, 24%
CMYK
0, 96, 72, 54
Luminance
0.0400
Every format
| HEX | #750521 |
| RGB | rgb(117, 5, 33) |
| HSL | hsl(345, 92%, 24%) |
| CMYK | cmyk(0%, 96%, 72%, 54%) |
| LAB | lab(23.7 45.0 17.4) |
| LCH | lch(23.7 48.3 21.1) |
| OKLCH | oklch(0.360 0.140 16.9) |
Copy-ready code
/* CSS */
color: #750521;
background-color: #750521;
/* Tailwind (arbitrary) */
class="text-[#750521] bg-[#750521]"
/* SCSS */
$brand: #750521;
/* SwiftUI */
Color(red: 0.459, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#750521")Accessibility — WCAG contrast
Aa
#750521 on white: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#750521 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow71.8%
Key (black)54.1%
Color previews
#750521 text on a black background
contrast 1.80:1
Card sample
#750521 text on a white background
contrast 11.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #750521;
Background color
Panel with #750521 background
background-color: #750521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #750521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #750521; background: linear-gradient(135deg, #750521, #753405);