#59104f
a deep, vivid magenta / pink · warm · closest name: purple
RGB
89, 16, 79
HSL
308°, 70%, 21%
CMYK
0, 82, 11, 65
Luminance
0.0306
Every format
| HEX | #59104f |
| RGB | rgb(89, 16, 79) |
| HSL | hsl(308, 70%, 21%) |
| CMYK | cmyk(0%, 82%, 11%, 65%) |
| LAB | lab(20.3 39.5 -20.1) |
| LCH | lch(20.3 44.3 333.0) |
| OKLCH | oklch(0.330 0.128 334.4) |
Copy-ready code
/* CSS */
color: #59104f;
background-color: #59104f;
/* Tailwind (arbitrary) */
class="text-[#59104f] bg-[#59104f]"
/* SCSS */
$brand: #59104f;
/* SwiftUI */
Color(red: 0.349, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#59104f")Accessibility — WCAG contrast
Aa
#59104f on white: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#59104f on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow11.2%
Key (black)65.1%
Color previews
#59104f text on a black background
contrast 1.61:1
Card sample
#59104f text on a white background
contrast 13.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59104f;
Background color
Panel with #59104f background
background-color: #59104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59104f; background: linear-gradient(135deg, #59104f, #59101E);