#c10941
a dark, electric magenta / pink · warm · closest name: crimson
RGB
193, 9, 65
HSL
342°, 91%, 40%
CMYK
0, 95, 66, 24
Luminance
0.1191
Every format
| HEX | #c10941 |
| RGB | rgb(193, 9, 65) |
| HSL | hsl(342, 91%, 40%) |
| CMYK | cmyk(0%, 95%, 66%, 24%) |
| LAB | lab(41.1 65.7 21.9) |
| LCH | lch(41.1 69.3 18.5) |
| OKLCH | oklch(0.518 0.203 14.9) |
Copy-ready code
/* CSS */
color: #c10941;
background-color: #c10941;
/* Tailwind (arbitrary) */
class="text-[#c10941] bg-[#c10941]"
/* SCSS */
$brand: #c10941;
/* SwiftUI */
Color(red: 0.757, green: 0.035, blue: 0.255)
/* Android */
Color.parseColor("#c10941")Accessibility — WCAG contrast
Aa
#c10941 on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c10941 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green3.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow66.3%
Key (black)24.3%
Color previews
#c10941 text on a black background
contrast 3.38:1
Card sample
#c10941 text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c10941;
Background color
Panel with #c10941 background
background-color: #c10941;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c10941;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 9, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 9, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c10941; background: linear-gradient(135deg, #c10941, #C14C09);