#93103c
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
147, 16, 60
HSL
340°, 80%, 32%
CMYK
0, 89, 59, 42
Luminance
0.0690
Every format
| HEX | #93103c |
| RGB | rgb(147, 16, 60) |
| HSL | hsl(340, 80%, 32%) |
| CMYK | cmyk(0%, 89%, 59%, 42%) |
| LAB | lab(31.6 52.8 10.8) |
| LCH | lch(31.6 53.8 11.6) |
| OKLCH | oklch(0.431 0.163 9.6) |
Copy-ready code
/* CSS */
color: #93103c;
background-color: #93103c;
/* Tailwind (arbitrary) */
class="text-[#93103c] bg-[#93103c]"
/* SCSS */
$brand: #93103c;
/* SwiftUI */
Color(red: 0.576, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#93103c")Accessibility — WCAG contrast
Aa
#93103c on white: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#93103c on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow59.2%
Key (black)42.4%
Color previews
#93103c text on a black background
contrast 2.38:1
Card sample
#93103c text on a white background
contrast 8.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #93103c;
Background color
Panel with #93103c background
background-color: #93103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #93103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #93103c; background: linear-gradient(135deg, #93103c, #933B10);