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