#94103c
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
148, 16, 60
HSL
340°, 81%, 32%
CMYK
0, 89, 60, 42
Luminance
0.0699
Every format
| HEX | #94103c |
| RGB | rgb(148, 16, 60) |
| HSL | hsl(340, 81%, 32%) |
| CMYK | cmyk(0%, 89%, 60%, 42%) |
| LAB | lab(31.8 53.0 11.1) |
| LCH | lch(31.8 54.2 11.9) |
| OKLCH | oklch(0.433 0.163 9.8) |
Copy-ready code
/* CSS */
color: #94103c;
background-color: #94103c;
/* Tailwind (arbitrary) */
class="text-[#94103c] bg-[#94103c]"
/* SCSS */
$brand: #94103c;
/* SwiftUI */
Color(red: 0.580, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#94103c")Accessibility — WCAG contrast
Aa
#94103c on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#94103c on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow59.5%
Key (black)42.0%
Color previews
#94103c text on a black background
contrast 2.40:1
Card sample
#94103c text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94103c;
Background color
Panel with #94103c background
background-color: #94103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94103c; background: linear-gradient(135deg, #94103c, #943C10);