#711237
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
113, 18, 55
HSL
337°, 73%, 26%
CMYK
0, 84, 51, 56
Luminance
0.0422
Every format
| HEX | #711237 |
| RGB | rgb(113, 18, 55) |
| HSL | hsl(337, 73%, 26%) |
| CMYK | cmyk(0%, 84%, 51%, 56%) |
| LAB | lab(24.4 42.4 3.0) |
| LCH | lch(24.4 42.5 4.1) |
| OKLCH | oklch(0.365 0.130 3.6) |
Copy-ready code
/* CSS */
color: #711237;
background-color: #711237;
/* Tailwind (arbitrary) */
class="text-[#711237] bg-[#711237]"
/* SCSS */
$brand: #711237;
/* SwiftUI */
Color(red: 0.443, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#711237")Accessibility — WCAG contrast
Aa
#711237 on white: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#711237 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta84.1%
Yellow51.3%
Key (black)55.7%
Color previews
#711237 text on a black background
contrast 1.84:1
Card sample
#711237 text on a white background
contrast 11.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #711237;
Background color
Panel with #711237 background
background-color: #711237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #711237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #711237; background: linear-gradient(135deg, #711237, #712C12);