#73103c
a dark, electric magenta / pink · warm · closest name: maroon
RGB
115, 16, 60
HSL
333°, 76%, 26%
CMYK
0, 86, 48, 55
Luminance
0.0434
Every format
| HEX | #73103c |
| RGB | rgb(115, 16, 60) |
| HSL | hsl(333, 76%, 26%) |
| CMYK | cmyk(0%, 86%, 48%, 55%) |
| LAB | lab(24.8 44.0 0.2) |
| LCH | lch(24.8 44.0 0.3) |
| OKLCH | oklch(0.369 0.135 0.4) |
Copy-ready code
/* CSS */
color: #73103c;
background-color: #73103c;
/* Tailwind (arbitrary) */
class="text-[#73103c] bg-[#73103c]"
/* SCSS */
$brand: #73103c;
/* SwiftUI */
Color(red: 0.451, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#73103c")Accessibility — WCAG contrast
Aa
#73103c on white: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#73103c on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta86.1%
Yellow47.8%
Key (black)54.9%
Color previews
#73103c text on a black background
contrast 1.87:1
Card sample
#73103c text on a white background
contrast 11.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73103c;
Background color
Panel with #73103c background
background-color: #73103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73103c; background: linear-gradient(135deg, #73103c, #732610);