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