#dc2f3c
a balanced, vivid red · warm · closest name: crimson
RGB
220, 47, 60
HSL
356°, 71%, 52%
CMYK
0, 79, 73, 14
Luminance
0.1757
Every format
| HEX | #dc2f3c |
| RGB | rgb(220, 47, 60) |
| HSL | hsl(356, 71%, 52%) |
| CMYK | cmyk(0%, 79%, 73%, 14%) |
| LAB | lab(49.0 65.4 35.9) |
| LCH | lch(49.0 74.6 28.7) |
| OKLCH | oklch(0.586 0.207 23.1) |
Copy-ready code
/* CSS */
color: #dc2f3c;
background-color: #dc2f3c;
/* Tailwind (arbitrary) */
class="text-[#dc2f3c] bg-[#dc2f3c]"
/* SCSS */
$brand: #dc2f3c;
/* SwiftUI */
Color(red: 0.863, green: 0.184, blue: 0.235)
/* Android */
Color.parseColor("#dc2f3c")Accessibility — WCAG contrast
Aa
#dc2f3c on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#dc2f3c on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green18.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow72.7%
Key (black)13.7%
Color previews
#dc2f3c text on a black background
contrast 4.51:1
Card sample
#dc2f3c text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc2f3c;
Background color
Panel with #dc2f3c background
background-color: #dc2f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc2f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 47, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 47, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc2f3c; background: linear-gradient(135deg, #dc2f3c, #DC952F);