#721237
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
114, 18, 55
HSL
337°, 73%, 26%
CMYK
0, 84, 52, 55
Luminance
0.0429
Every format
| HEX | #721237 |
| RGB | rgb(114, 18, 55) |
| HSL | hsl(337, 73%, 26%) |
| CMYK | cmyk(0%, 84%, 52%, 55%) |
| LAB | lab(24.6 42.7 3.4) |
| LCH | lch(24.6 42.9 4.5) |
| OKLCH | oklch(0.367 0.131 3.9) |
Copy-ready code
/* CSS */
color: #721237;
background-color: #721237;
/* Tailwind (arbitrary) */
class="text-[#721237] bg-[#721237]"
/* SCSS */
$brand: #721237;
/* SwiftUI */
Color(red: 0.447, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#721237")Accessibility — WCAG contrast
Aa
#721237 on white: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#721237 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta84.2%
Yellow51.8%
Key (black)55.3%
Color previews
#721237 text on a black background
contrast 1.86:1
Card sample
#721237 text on a white background
contrast 11.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #721237;
Background color
Panel with #721237 background
background-color: #721237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #721237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #721237; background: linear-gradient(135deg, #721237, #722D12);