#cc0739
a dark, electric magenta / pink · warm · closest name: crimson
RGB
204, 7, 57
HSL
345°, 93%, 41%
CMYK
0, 97, 72, 20
Luminance
0.1328
Every format
| HEX | #cc0739 |
| RGB | rgb(204, 7, 57) |
| HSL | hsl(345, 93%, 41%) |
| CMYK | cmyk(0%, 97%, 72%, 20%) |
| LAB | lab(43.2 68.3 30.1) |
| LCH | lch(43.2 74.6 23.8) |
| OKLCH | oklch(0.537 0.213 18.8) |
Copy-ready code
/* CSS */
color: #cc0739;
background-color: #cc0739;
/* Tailwind (arbitrary) */
class="text-[#cc0739] bg-[#cc0739]"
/* SCSS */
$brand: #cc0739;
/* SwiftUI */
Color(red: 0.800, green: 0.027, blue: 0.224)
/* Android */
Color.parseColor("#cc0739")Accessibility — WCAG contrast
Aa
#cc0739 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0739 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green2.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow72.1%
Key (black)20.0%
Color previews
#cc0739 text on a black background
contrast 3.66:1
Card sample
#cc0739 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0739;
Background color
Panel with #cc0739 background
background-color: #cc0739;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0739;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 7, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 7, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0739; background: linear-gradient(135deg, #cc0739, #CC5807);