#84104f
a dark, electric magenta / pink · warm · closest name: purple
RGB
132, 16, 79
HSL
327°, 78%, 29%
CMYK
0, 88, 40, 48
Luminance
0.0584
Every format
| HEX | #84104f |
| RGB | rgb(132, 16, 79) |
| HSL | hsl(327, 78%, 29%) |
| CMYK | cmyk(0%, 88%, 40%, 48%) |
| LAB | lab(29.0 50.5 -6.0) |
| LCH | lch(29.0 50.8 353.3) |
| OKLCH | oklch(0.409 0.156 354.5) |
Copy-ready code
/* CSS */
color: #84104f;
background-color: #84104f;
/* Tailwind (arbitrary) */
class="text-[#84104f] bg-[#84104f]"
/* SCSS */
$brand: #84104f;
/* SwiftUI */
Color(red: 0.518, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#84104f")Accessibility — WCAG contrast
Aa
#84104f on white: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#84104f on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow40.2%
Key (black)48.2%
Color previews
#84104f text on a black background
contrast 2.17:1
Card sample
#84104f text on a white background
contrast 9.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84104f;
Background color
Panel with #84104f background
background-color: #84104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84104f; background: linear-gradient(135deg, #84104f, #841E10);