#83103c
a dark, electric magenta / pink · warm · closest name: maroon
RGB
131, 16, 60
HSL
337°, 78%, 29%
CMYK
0, 88, 54, 49
Luminance
0.0552
Every format
| HEX | #83103c |
| RGB | rgb(131, 16, 60) |
| HSL | hsl(337, 78%, 29%) |
| CMYK | cmyk(0%, 88%, 54%, 49%) |
| LAB | lab(28.2 48.4 5.5) |
| LCH | lch(28.2 48.8 6.5) |
| OKLCH | oklch(0.400 0.149 5.6) |
Copy-ready code
/* CSS */
color: #83103c;
background-color: #83103c;
/* Tailwind (arbitrary) */
class="text-[#83103c] bg-[#83103c]"
/* SCSS */
$brand: #83103c;
/* SwiftUI */
Color(red: 0.514, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#83103c")Accessibility — WCAG contrast
Aa
#83103c on white: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#83103c on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta87.8%
Yellow54.2%
Key (black)48.6%
Color previews
#83103c text on a black background
contrast 2.10:1
Card sample
#83103c text on a white background
contrast 9.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83103c;
Background color
Panel with #83103c background
background-color: #83103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83103c; background: linear-gradient(135deg, #83103c, #833110);