#58104f
a deep, vivid magenta / pink · warm · closest name: purple
RGB
88, 16, 79
HSL
308°, 69%, 20%
CMYK
0, 82, 10, 66
Luminance
0.0301
Every format
| HEX | #58104f |
| RGB | rgb(88, 16, 79) |
| HSL | hsl(308, 69%, 20%) |
| CMYK | cmyk(0%, 82%, 10%, 66%) |
| LAB | lab(20.1 39.3 -20.4) |
| LCH | lch(20.1 44.3 332.5) |
| OKLCH | oklch(0.328 0.127 333.8) |
Copy-ready code
/* CSS */
color: #58104f;
background-color: #58104f;
/* Tailwind (arbitrary) */
class="text-[#58104f] bg-[#58104f]"
/* SCSS */
$brand: #58104f;
/* SwiftUI */
Color(red: 0.345, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#58104f")Accessibility — WCAG contrast
Aa
#58104f on white: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#58104f on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta81.8%
Yellow10.2%
Key (black)65.5%
Color previews
#58104f text on a black background
contrast 1.60:1
Card sample
#58104f text on a white background
contrast 13.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58104f;
Background color
Panel with #58104f background
background-color: #58104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58104f; background: linear-gradient(135deg, #58104f, #58101F);