#c3003e
a dark, electric magenta / pink · warm · closest name: crimson
RGB
195, 0, 62
HSL
341°, 100%, 38%
CMYK
0, 100, 68, 24
Luminance
0.1195
Every format
| HEX | #c3003e |
| RGB | rgb(195, 0, 62) |
| HSL | hsl(341, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 68%, 24%) |
| LAB | lab(41.1 67.0 24.0) |
| LCH | lch(41.1 71.1 19.7) |
| OKLCH | oklch(0.519 0.208 15.8) |
Copy-ready code
/* CSS */
color: #c3003e;
background-color: #c3003e;
/* Tailwind (arbitrary) */
class="text-[#c3003e] bg-[#c3003e]"
/* SCSS */
$brand: #c3003e;
/* SwiftUI */
Color(red: 0.765, green: 0.000, blue: 0.243)
/* Android */
Color.parseColor("#c3003e")Accessibility — WCAG contrast
Aa
#c3003e on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c3003e on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green0.0%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow68.2%
Key (black)23.5%
Color previews
#c3003e text on a black background
contrast 3.39:1
Card sample
#c3003e text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3003e;
Background color
Panel with #c3003e background
background-color: #c3003e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3003e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 0, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 0, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3003e; background: linear-gradient(135deg, #c3003e, #C34400);