#9e104f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
158, 16, 79
HSL
333°, 82%, 34%
CMYK
0, 90, 50, 38
Luminance
0.0820
Every format
| HEX | #9e104f |
| RGB | rgb(158, 16, 79) |
| HSL | hsl(333, 82%, 34%) |
| CMYK | cmyk(0%, 90%, 50%, 38%) |
| LAB | lab(34.4 57.0 2.6) |
| LCH | lch(34.4 57.1 2.6) |
| OKLCH | oklch(0.458 0.175 2.4) |
Copy-ready code
/* CSS */
color: #9e104f;
background-color: #9e104f;
/* Tailwind (arbitrary) */
class="text-[#9e104f] bg-[#9e104f]"
/* SCSS */
$brand: #9e104f;
/* SwiftUI */
Color(red: 0.620, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#9e104f")Accessibility — WCAG contrast
Aa
#9e104f on white: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9e104f on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow50.0%
Key (black)38.0%
Color previews
#9e104f text on a black background
contrast 2.64:1
Card sample
#9e104f text on a white background
contrast 7.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e104f;
Background color
Panel with #9e104f background
background-color: #9e104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e104f; background: linear-gradient(135deg, #9e104f, #9E3010);