#730f39
a dark, electric magenta / pink · warm · closest name: maroon
RGB
115, 15, 57
HSL
335°, 77%, 26%
CMYK
0, 87, 50, 55
Luminance
0.0428
Every format
| HEX | #730f39 |
| RGB | rgb(115, 15, 57) |
| HSL | hsl(335, 77%, 26%) |
| CMYK | cmyk(0%, 87%, 50%, 55%) |
| LAB | lab(24.6 44.0 2.0) |
| LCH | lch(24.6 44.0 2.6) |
| OKLCH | oklch(0.368 0.135 2.4) |
Copy-ready code
/* CSS */
color: #730f39;
background-color: #730f39;
/* Tailwind (arbitrary) */
class="text-[#730f39] bg-[#730f39]"
/* SCSS */
$brand: #730f39;
/* SwiftUI */
Color(red: 0.451, green: 0.059, blue: 0.224)
/* Android */
Color.parseColor("#730f39")Accessibility — WCAG contrast
Aa
#730f39 on white: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#730f39 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green5.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow50.4%
Key (black)54.9%
Color previews
#730f39 text on a black background
contrast 1.86:1
Card sample
#730f39 text on a white background
contrast 11.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730f39;
Background color
Panel with #730f39 background
background-color: #730f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 15, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 15, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730f39; background: linear-gradient(135deg, #730f39, #73280F);