#c2004f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
194, 0, 79
HSL
336°, 100%, 38%
CMYK
0, 100, 59, 24
Luminance
0.1203
Every format
| HEX | #c2004f |
| RGB | rgb(194, 0, 79) |
| HSL | hsl(336, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 59%, 24%) |
| LAB | lab(41.3 67.7 13.4) |
| LCH | lch(41.3 69.0 11.2) |
| OKLCH | oklch(0.521 0.208 9.2) |
Copy-ready code
/* CSS */
color: #c2004f;
background-color: #c2004f;
/* Tailwind (arbitrary) */
class="text-[#c2004f] bg-[#c2004f]"
/* SCSS */
$brand: #c2004f;
/* SwiftUI */
Color(red: 0.761, green: 0.000, blue: 0.310)
/* Android */
Color.parseColor("#c2004f")Accessibility — WCAG contrast
Aa
#c2004f on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c2004f on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green0.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow59.3%
Key (black)23.9%
Color previews
#c2004f text on a black background
contrast 3.41:1
Card sample
#c2004f text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2004f;
Background color
Panel with #c2004f background
background-color: #c2004f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2004f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 0, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 0, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2004f; background: linear-gradient(135deg, #c2004f, #C23200);