#cc0721
a dark, electric red · warm · closest name: crimson
RGB
204, 7, 33
HSL
352°, 93%, 41%
CMYK
0, 97, 84, 20
Luminance
0.1310
Every format
| HEX | #cc0721 |
| RGB | rgb(204, 7, 33) |
| HSL | hsl(352, 93%, 41%) |
| CMYK | cmyk(0%, 97%, 84%, 20%) |
| LAB | lab(42.9 67.5 43.7) |
| LCH | lch(42.9 80.4 32.9) |
| OKLCH | oklch(0.534 0.214 25.2) |
Copy-ready code
/* CSS */
color: #cc0721;
background-color: #cc0721;
/* Tailwind (arbitrary) */
class="text-[#cc0721] bg-[#cc0721]"
/* SCSS */
$brand: #cc0721;
/* SwiftUI */
Color(red: 0.800, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#cc0721")Accessibility — WCAG contrast
Aa
#cc0721 on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0721 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow83.8%
Key (black)20.0%
Color previews
#cc0721 text on a black background
contrast 3.62:1
Card sample
#cc0721 text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0721;
Background color
Panel with #cc0721 background
background-color: #cc0721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0721; background: linear-gradient(135deg, #cc0721, #CC7007);