#730f2c
a dark, electric magenta / pink · warm · closest name: maroon
RGB
115, 15, 44
HSL
343°, 77%, 26%
CMYK
0, 87, 62, 55
Luminance
0.0417
Every format
| HEX | #730f2c |
| RGB | rgb(115, 15, 44) |
| HSL | hsl(343, 77%, 26%) |
| CMYK | cmyk(0%, 87%, 62%, 55%) |
| LAB | lab(24.2 42.9 10.4) |
| LCH | lch(24.2 44.2 13.7) |
| OKLCH | oklch(0.364 0.133 11.3) |
Copy-ready code
/* CSS */
color: #730f2c;
background-color: #730f2c;
/* Tailwind (arbitrary) */
class="text-[#730f2c] bg-[#730f2c]"
/* SCSS */
$brand: #730f2c;
/* SwiftUI */
Color(red: 0.451, green: 0.059, blue: 0.173)
/* Android */
Color.parseColor("#730f2c")Accessibility — WCAG contrast
Aa
#730f2c on white: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#730f2c on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green5.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow61.7%
Key (black)54.9%
Color previews
#730f2c text on a black background
contrast 1.83:1
Card sample
#730f2c text on a white background
contrast 11.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #730f2c;
Background color
Panel with #730f2c background
background-color: #730f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #730f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 15, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 15, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #730f2c; background: linear-gradient(135deg, #730f2c, #73350F);