#84103c
a dark, electric magenta / pink · warm · closest name: maroon
RGB
132, 16, 60
HSL
337°, 78%, 29%
CMYK
0, 88, 55, 48
Luminance
0.0560
Every format
| HEX | #84103c |
| RGB | rgb(132, 16, 60) |
| HSL | hsl(337, 78%, 29%) |
| CMYK | cmyk(0%, 88%, 55%, 48%) |
| LAB | lab(28.4 48.7 5.9) |
| LCH | lch(28.4 49.1 6.9) |
| OKLCH | oklch(0.402 0.150 5.8) |
Copy-ready code
/* CSS */
color: #84103c;
background-color: #84103c;
/* Tailwind (arbitrary) */
class="text-[#84103c] bg-[#84103c]"
/* SCSS */
$brand: #84103c;
/* SwiftUI */
Color(red: 0.518, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#84103c")Accessibility — WCAG contrast
Aa
#84103c on white: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#84103c on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow54.5%
Key (black)48.2%
Color previews
#84103c text on a black background
contrast 2.12:1
Card sample
#84103c text on a white background
contrast 9.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84103c;
Background color
Panel with #84103c background
background-color: #84103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84103c; background: linear-gradient(135deg, #84103c, #843110);