#93104f
a dark, electric magenta / pink · warm · closest name: purple
RGB
147, 16, 79
HSL
331°, 80%, 32%
CMYK
0, 89, 46, 42
Luminance
0.0714
Every format
| HEX | #93104f |
| RGB | rgb(147, 16, 79) |
| HSL | hsl(331, 80%, 32%) |
| CMYK | cmyk(0%, 89%, 46%, 42%) |
| LAB | lab(32.1 54.3 -1.0) |
| LCH | lch(32.1 54.3 359.0) |
| OKLCH | oklch(0.437 0.167 359.3) |
Copy-ready code
/* CSS */
color: #93104f;
background-color: #93104f;
/* Tailwind (arbitrary) */
class="text-[#93104f] bg-[#93104f]"
/* SCSS */
$brand: #93104f;
/* SwiftUI */
Color(red: 0.576, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#93104f")Accessibility — WCAG contrast
Aa
#93104f on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#93104f on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow46.3%
Key (black)42.4%
Color previews
#93104f text on a black background
contrast 2.43:1
Card sample
#93104f text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93104f;
Background color
Panel with #93104f background
background-color: #93104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93104f; background: linear-gradient(135deg, #93104f, #932810);