#c01142
a dark, electric magenta / pink · warm · closest name: crimson
RGB
192, 17, 66
HSL
343°, 84%, 41%
CMYK
0, 91, 66, 25
Luminance
0.1200
Every format
| HEX | #c01142 |
| RGB | rgb(192, 17, 66) |
| HSL | hsl(343, 84%, 41%) |
| CMYK | cmyk(0%, 91%, 66%, 25%) |
| LAB | lab(41.2 64.6 21.5) |
| LCH | lch(41.2 68.1 18.4) |
| OKLCH | oklch(0.519 0.200 14.9) |
Copy-ready code
/* CSS */
color: #c01142;
background-color: #c01142;
/* Tailwind (arbitrary) */
class="text-[#c01142] bg-[#c01142]"
/* SCSS */
$brand: #c01142;
/* SwiftUI */
Color(red: 0.753, green: 0.067, blue: 0.259)
/* Android */
Color.parseColor("#c01142")Accessibility — WCAG contrast
Aa
#c01142 on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01142 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.7%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow65.6%
Key (black)24.7%
Color previews
#c01142 text on a black background
contrast 3.40:1
Card sample
#c01142 text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01142;
Background color
Panel with #c01142 background
background-color: #c01142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 17, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 17, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01142; background: linear-gradient(135deg, #c01142, #C05511);