#dc2c3f
a balanced, vivid red · warm · closest name: crimson
RGB
220, 44, 63
HSL
354°, 72%, 52%
CMYK
0, 80, 71, 14
Luminance
0.1738
Every format
| HEX | #dc2c3f |
| RGB | rgb(220, 44, 63) |
| HSL | hsl(354, 72%, 52%) |
| CMYK | cmyk(0%, 80%, 71%, 14%) |
| LAB | lab(48.7 66.3 33.8) |
| LCH | lch(48.7 74.4 27.0) |
| OKLCH | oklch(0.584 0.209 21.7) |
Copy-ready code
/* CSS */
color: #dc2c3f;
background-color: #dc2c3f;
/* Tailwind (arbitrary) */
class="text-[#dc2c3f] bg-[#dc2c3f]"
/* SCSS */
$brand: #dc2c3f;
/* SwiftUI */
Color(red: 0.863, green: 0.173, blue: 0.247)
/* Android */
Color.parseColor("#dc2c3f")Accessibility — WCAG contrast
Aa
#dc2c3f on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#dc2c3f on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green17.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow71.4%
Key (black)13.7%
Color previews
#dc2c3f text on a black background
contrast 4.48:1
Card sample
#dc2c3f text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc2c3f;
Background color
Panel with #dc2c3f background
background-color: #dc2c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc2c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 44, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 44, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc2c3f; background: linear-gradient(135deg, #dc2c3f, #DC8E2C);