#cd1421
a dark, electric red · warm · closest name: crimson
RGB
205, 20, 33
HSL
356°, 82%, 44%
CMYK
0, 90, 84, 20
Luminance
0.1359
Every format
| HEX | #cd1421 |
| RGB | rgb(205, 20, 33) |
| HSL | hsl(356, 82%, 44%) |
| CMYK | cmyk(0%, 90%, 84%, 20%) |
| LAB | lab(43.6 66.3 44.5) |
| LCH | lch(43.6 79.8 33.9) |
| OKLCH | oklch(0.540 0.211 26.1) |
Copy-ready code
/* CSS */
color: #cd1421;
background-color: #cd1421;
/* Tailwind (arbitrary) */
class="text-[#cd1421] bg-[#cd1421]"
/* SCSS */
$brand: #cd1421;
/* SwiftUI */
Color(red: 0.804, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#cd1421")Accessibility — WCAG contrast
Aa
#cd1421 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd1421 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow83.9%
Key (black)19.6%
Color previews
#cd1421 text on a black background
contrast 3.72:1
Card sample
#cd1421 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1421;
Background color
Panel with #cd1421 background
background-color: #cd1421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1421; background: linear-gradient(135deg, #cd1421, #CD8214);