#cc0321
a dark, electric red · warm · closest name: crimson
RGB
204, 3, 33
HSL
351°, 97%, 41%
CMYK
0, 99, 84, 20
Luminance
0.1301
Every format
| HEX | #cc0321 |
| RGB | rgb(204, 3, 33) |
| HSL | hsl(351, 97%, 41%) |
| CMYK | cmyk(0%, 99%, 84%, 20%) |
| LAB | lab(42.8 67.9 43.6) |
| LCH | lch(42.8 80.7 32.7) |
| OKLCH | oklch(0.533 0.215 25.0) |
Copy-ready code
/* CSS */
color: #cc0321;
background-color: #cc0321;
/* Tailwind (arbitrary) */
class="text-[#cc0321] bg-[#cc0321]"
/* SCSS */
$brand: #cc0321;
/* SwiftUI */
Color(red: 0.800, green: 0.012, blue: 0.129)
/* Android */
Color.parseColor("#cc0321")Accessibility — WCAG contrast
Aa
#cc0321 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0321 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green1.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta98.5%
Yellow83.8%
Key (black)20.0%
Color previews
#cc0321 text on a black background
contrast 3.60:1
Card sample
#cc0321 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0321;
Background color
Panel with #cc0321 background
background-color: #cc0321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 3, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 3, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0321; background: linear-gradient(135deg, #cc0321, #CC6B03);