#c1104b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
193, 16, 75
HSL
340°, 85%, 41%
CMYK
0, 92, 61, 24
Luminance
0.1222
Every format
| HEX | #c1104b |
| RGB | rgb(193, 16, 75) |
| HSL | hsl(340, 85%, 41%) |
| CMYK | cmyk(0%, 92%, 61%, 24%) |
| LAB | lab(41.6 65.5 16.3) |
| LCH | lch(41.6 67.5 13.9) |
| OKLCH | oklch(0.522 0.202 11.4) |
Copy-ready code
/* CSS */
color: #c1104b;
background-color: #c1104b;
/* Tailwind (arbitrary) */
class="text-[#c1104b] bg-[#c1104b]"
/* SCSS */
$brand: #c1104b;
/* SwiftUI */
Color(red: 0.757, green: 0.063, blue: 0.294)
/* Android */
Color.parseColor("#c1104b")Accessibility — WCAG contrast
Aa
#c1104b on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c1104b on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green6.3%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow61.1%
Key (black)24.3%
Color previews
#c1104b text on a black background
contrast 3.44:1
Card sample
#c1104b text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1104b;
Background color
Panel with #c1104b background
background-color: #c1104b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1104b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 16, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 16, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1104b; background: linear-gradient(135deg, #c1104b, #C14B10);