#c2003f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
194, 0, 63
HSL
341°, 100%, 38%
CMYK
0, 100, 68, 24
Luminance
0.1183
Every format
| HEX | #c2003f |
| RGB | rgb(194, 0, 63) |
| HSL | hsl(341, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 68%, 24%) |
| LAB | lab(41.0 66.8 23.1) |
| LCH | lch(41.0 70.7 19.1) |
| OKLCH | oklch(0.517 0.207 15.3) |
Copy-ready code
/* CSS */
color: #c2003f;
background-color: #c2003f;
/* Tailwind (arbitrary) */
class="text-[#c2003f] bg-[#c2003f]"
/* SCSS */
$brand: #c2003f;
/* SwiftUI */
Color(red: 0.761, green: 0.000, blue: 0.247)
/* Android */
Color.parseColor("#c2003f")Accessibility — WCAG contrast
Aa
#c2003f on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c2003f on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green0.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow67.5%
Key (black)23.9%
Color previews
#c2003f text on a black background
contrast 3.37:1
Card sample
#c2003f text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2003f;
Background color
Panel with #c2003f background
background-color: #c2003f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2003f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 0, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 0, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2003f; background: linear-gradient(135deg, #c2003f, #C24200);