#cc1321
a dark, electric red · warm · closest name: crimson
RGB
204, 19, 33
HSL
356°, 83%, 44%
CMYK
0, 91, 84, 20
Luminance
0.1341
Every format
| HEX | #cc1321 |
| RGB | rgb(204, 19, 33) |
| HSL | hsl(356, 83%, 44%) |
| CMYK | cmyk(0%, 91%, 84%, 20%) |
| LAB | lab(43.4 66.1 44.1) |
| LCH | lch(43.4 79.5 33.7) |
| OKLCH | oklch(0.538 0.211 26.0) |
Copy-ready code
/* CSS */
color: #cc1321;
background-color: #cc1321;
/* Tailwind (arbitrary) */
class="text-[#cc1321] bg-[#cc1321]"
/* SCSS */
$brand: #cc1321;
/* SwiftUI */
Color(red: 0.800, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#cc1321")Accessibility — WCAG contrast
Aa
#cc1321 on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc1321 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.7%
Yellow83.8%
Key (black)20.0%
Color previews
#cc1321 text on a black background
contrast 3.68:1
Card sample
#cc1321 text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc1321;
Background color
Panel with #cc1321 background
background-color: #cc1321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc1321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc1321; background: linear-gradient(135deg, #cc1321, #CC8013);