#cd002f
a dark, electric red · warm · closest name: crimson
RGB
205, 0, 47
HSL
346°, 100%, 40%
CMYK
0, 100, 77, 20
Luminance
0.1318
Every format
| HEX | #cd002f |
| RGB | rgb(205, 0, 47) |
| HSL | hsl(346, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 77%, 20%) |
| LAB | lab(43.0 68.8 36.0) |
| LCH | lch(43.0 77.6 27.6) |
| OKLCH | oklch(0.536 0.216 21.5) |
Copy-ready code
/* CSS */
color: #cd002f;
background-color: #cd002f;
/* Tailwind (arbitrary) */
class="text-[#cd002f] bg-[#cd002f]"
/* SCSS */
$brand: #cd002f;
/* SwiftUI */
Color(red: 0.804, green: 0.000, blue: 0.184)
/* Android */
Color.parseColor("#cd002f")Accessibility — WCAG contrast
Aa
#cd002f on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd002f on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow77.1%
Key (black)19.6%
Color previews
#cd002f text on a black background
contrast 3.64:1
Card sample
#cd002f text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd002f;
Background color
Panel with #cd002f background
background-color: #cd002f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd002f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 0, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 0, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd002f; background: linear-gradient(135deg, #cd002f, #CD5A00);