#71103c
a dark, electric magenta / pink · warm · closest name: maroon
RGB
113, 16, 60
HSL
333°, 75%, 25%
CMYK
0, 86, 47, 56
Luminance
0.0421
Every format
| HEX | #71103c |
| RGB | rgb(113, 16, 60) |
| HSL | hsl(333, 75%, 25%) |
| CMYK | cmyk(0%, 86%, 47%, 56%) |
| LAB | lab(24.4 43.5 -0.5) |
| LCH | lch(24.4 43.5 359.4) |
| OKLCH | oklch(0.365 0.134 359.7) |
Copy-ready code
/* CSS */
color: #71103c;
background-color: #71103c;
/* Tailwind (arbitrary) */
class="text-[#71103c] bg-[#71103c]"
/* SCSS */
$brand: #71103c;
/* SwiftUI */
Color(red: 0.443, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#71103c")Accessibility — WCAG contrast
Aa
#71103c on white: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#71103c on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow46.9%
Key (black)55.7%
Color previews
#71103c text on a black background
contrast 1.84:1
Card sample
#71103c text on a white background
contrast 11.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71103c;
Background color
Panel with #71103c background
background-color: #71103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71103c; background: linear-gradient(135deg, #71103c, #712510);