#740539
a deep, electric magenta / pink · warm · closest name: maroon
RGB
116, 5, 57
HSL
332°, 92%, 24%
CMYK
0, 96, 51, 55
Luminance
0.0412
Every format
| HEX | #740539 |
| RGB | rgb(116, 5, 57) |
| HSL | hsl(332, 92%, 24%) |
| CMYK | cmyk(0%, 96%, 51%, 55%) |
| LAB | lab(24.1 46.4 1.3) |
| LCH | lch(24.1 46.4 1.5) |
| OKLCH | oklch(0.364 0.143 1.5) |
Copy-ready code
/* CSS */
color: #740539;
background-color: #740539;
/* Tailwind (arbitrary) */
class="text-[#740539] bg-[#740539]"
/* SCSS */
$brand: #740539;
/* SwiftUI */
Color(red: 0.455, green: 0.020, blue: 0.224)
/* Android */
Color.parseColor("#740539")Accessibility — WCAG contrast
Aa
#740539 on white: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#740539 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green2.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow50.9%
Key (black)54.5%
Color previews
#740539 text on a black background
contrast 1.82:1
Card sample
#740539 text on a white background
contrast 11.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #740539;
Background color
Panel with #740539 background
background-color: #740539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #740539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 5, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 5, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #740539; background: linear-gradient(135deg, #740539, #741B05);