#741237
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
116, 18, 55
HSL
337°, 73%, 26%
CMYK
0, 85, 53, 55
Luminance
0.0442
Every format
| HEX | #741237 |
| RGB | rgb(116, 18, 55) |
| HSL | hsl(337, 73%, 26%) |
| CMYK | cmyk(0%, 85%, 53%, 55%) |
| LAB | lab(25.0 43.3 4.0) |
| LCH | lch(25.0 43.5 5.3) |
| OKLCH | oklch(0.371 0.133 4.6) |
Copy-ready code
/* CSS */
color: #741237;
background-color: #741237;
/* Tailwind (arbitrary) */
class="text-[#741237] bg-[#741237]"
/* SCSS */
$brand: #741237;
/* SwiftUI */
Color(red: 0.455, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#741237")Accessibility — WCAG contrast
Aa
#741237 on white: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#741237 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow52.6%
Key (black)54.5%
Color previews
#741237 text on a black background
contrast 1.88:1
Card sample
#741237 text on a white background
contrast 11.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #741237;
Background color
Panel with #741237 background
background-color: #741237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #741237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #741237; background: linear-gradient(135deg, #741237, #742E12);