#c9104f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
201, 16, 79
HSL
340°, 85%, 43%
CMYK
0, 92, 61, 21
Luminance
0.1335
Every format
| HEX | #c9104f |
| RGB | rgb(201, 16, 79) |
| HSL | hsl(340, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 61%, 21%) |
| LAB | lab(43.3 67.7 16.4) |
| LCH | lch(43.3 69.6 13.6) |
| OKLCH | oklch(0.538 0.209 11.1) |
Copy-ready code
/* CSS */
color: #c9104f;
background-color: #c9104f;
/* Tailwind (arbitrary) */
class="text-[#c9104f] bg-[#c9104f]"
/* SCSS */
$brand: #c9104f;
/* SwiftUI */
Color(red: 0.788, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#c9104f")Accessibility — WCAG contrast
Aa
#c9104f on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c9104f on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow60.7%
Key (black)21.2%
Color previews
#c9104f text on a black background
contrast 3.67:1
Card sample
#c9104f text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9104f;
Background color
Panel with #c9104f background
background-color: #c9104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9104f; background: linear-gradient(135deg, #c9104f, #C94C10);