#cc003f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
204, 0, 63
HSL
342°, 100%, 40%
CMYK
0, 100, 69, 20
Luminance
0.1320
Every format
| HEX | #cc003f |
| RGB | rgb(204, 0, 63) |
| HSL | hsl(342, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 69%, 20%) |
| LAB | lab(43.1 69.2 26.2) |
| LCH | lch(43.1 74.0 20.7) |
| OKLCH | oklch(0.536 0.215 16.6) |
Copy-ready code
/* CSS */
color: #cc003f;
background-color: #cc003f;
/* Tailwind (arbitrary) */
class="text-[#cc003f] bg-[#cc003f]"
/* SCSS */
$brand: #cc003f;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.247)
/* Android */
Color.parseColor("#cc003f")Accessibility — WCAG contrast
Aa
#cc003f on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc003f on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow69.1%
Key (black)20.0%
Color previews
#cc003f text on a black background
contrast 3.64:1
Card sample
#cc003f text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc003f;
Background color
Panel with #cc003f background
background-color: #cc003f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc003f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc003f; background: linear-gradient(135deg, #cc003f, #CC4900);