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