#731237
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
115, 18, 55
HSL
337°, 73%, 26%
CMYK
0, 84, 52, 55
Luminance
0.0435
Every format
| HEX | #731237 |
| RGB | rgb(115, 18, 55) |
| HSL | hsl(337, 73%, 26%) |
| CMYK | cmyk(0%, 84%, 52%, 55%) |
| LAB | lab(24.8 43.0 3.7) |
| LCH | lch(24.8 43.2 4.9) |
| OKLCH | oklch(0.369 0.132 4.3) |
Copy-ready code
/* CSS */
color: #731237;
background-color: #731237;
/* Tailwind (arbitrary) */
class="text-[#731237] bg-[#731237]"
/* SCSS */
$brand: #731237;
/* SwiftUI */
Color(red: 0.451, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#731237")Accessibility — WCAG contrast
Aa
#731237 on white: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#731237 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow52.2%
Key (black)54.9%
Color previews
#731237 text on a black background
contrast 1.87:1
Card sample
#731237 text on a white background
contrast 11.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #731237;
Background color
Panel with #731237 background
background-color: #731237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #731237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #731237; background: linear-gradient(135deg, #731237, #732E12);