#741132
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
116, 17, 50
HSL
340°, 74%, 26%
CMYK
0, 85, 57, 55
Luminance
0.0434
Every format
| HEX | #741132 |
| RGB | rgb(116, 17, 50) |
| HSL | hsl(340, 74%, 26%) |
| CMYK | cmyk(0%, 85%, 57%, 55%) |
| LAB | lab(24.8 43.1 7.1) |
| LCH | lch(24.8 43.7 9.4) |
| OKLCH | oklch(0.369 0.133 7.9) |
Copy-ready code
/* CSS */
color: #741132;
background-color: #741132;
/* Tailwind (arbitrary) */
class="text-[#741132] bg-[#741132]"
/* SCSS */
$brand: #741132;
/* SwiftUI */
Color(red: 0.455, green: 0.067, blue: 0.196)
/* Android */
Color.parseColor("#741132")Accessibility — WCAG contrast
Aa
#741132 on white: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#741132 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green6.7%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta85.3%
Yellow56.9%
Key (black)54.5%
Color previews
#741132 text on a black background
contrast 1.87:1
Card sample
#741132 text on a white background
contrast 11.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #741132;
Background color
Panel with #741132 background
background-color: #741132;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #741132;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 17, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 17, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #741132; background: linear-gradient(135deg, #741132, #743211);