#740521
a deep, electric magenta / pink · warm · closest name: maroon
RGB
116, 5, 33
HSL
345°, 92%, 24%
CMYK
0, 96, 72, 55
Luminance
0.0393
Every format
| HEX | #740521 |
| RGB | rgb(116, 5, 33) |
| HSL | hsl(345, 92%, 24%) |
| CMYK | cmyk(0%, 96%, 72%, 55%) |
| LAB | lab(23.4 44.7 17.1) |
| LCH | lch(23.4 47.9 20.9) |
| OKLCH | oklch(0.358 0.139 16.7) |
Copy-ready code
/* CSS */
color: #740521;
background-color: #740521;
/* Tailwind (arbitrary) */
class="text-[#740521] bg-[#740521]"
/* SCSS */
$brand: #740521;
/* SwiftUI */
Color(red: 0.455, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#740521")Accessibility — WCAG contrast
Aa
#740521 on white: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#740521 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow71.6%
Key (black)54.5%
Color previews
#740521 text on a black background
contrast 1.79:1
Card sample
#740521 text on a white background
contrast 11.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #740521;
Background color
Panel with #740521 background
background-color: #740521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #740521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #740521; background: linear-gradient(135deg, #740521, #743305);