#cd1439
a dark, electric red · warm · closest name: crimson
RGB
205, 20, 57
HSL
348°, 82%, 44%
CMYK
0, 90, 72, 20
Luminance
0.1377
Every format
| HEX | #cd1439 |
| RGB | rgb(205, 20, 57) |
| HSL | hsl(348, 82%, 44%) |
| CMYK | cmyk(0%, 90%, 72%, 20%) |
| LAB | lab(43.9 67.0 31.0) |
| LCH | lch(43.9 73.8 24.8) |
| OKLCH | oklch(0.543 0.210 19.7) |
Copy-ready code
/* CSS */
color: #cd1439;
background-color: #cd1439;
/* Tailwind (arbitrary) */
class="text-[#cd1439] bg-[#cd1439]"
/* SCSS */
$brand: #cd1439;
/* SwiftUI */
Color(red: 0.804, green: 0.078, blue: 0.224)
/* Android */
Color.parseColor("#cd1439")Accessibility — WCAG contrast
Aa
#cd1439 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd1439 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green7.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow72.2%
Key (black)19.6%
Color previews
#cd1439 text on a black background
contrast 3.75:1
Card sample
#cd1439 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1439;
Background color
Panel with #cd1439 background
background-color: #cd1439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 20, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 20, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1439; background: linear-gradient(135deg, #cd1439, #CD6A14);