#dc3f2f
a balanced, vivid red · warm · closest name: tomato
RGB
220, 63, 47
HSL
6°, 71%, 52%
CMYK
0, 71, 79, 14
Luminance
0.1898
Every format
| HEX | #dc3f2f |
| RGB | rgb(220, 63, 47) |
| HSL | hsl(6, 71%, 52%) |
| CMYK | cmyk(0%, 71%, 79%, 14%) |
| LAB | lab(50.7 59.8 44.9) |
| LCH | lch(50.7 74.8 36.9) |
| OKLCH | oklch(0.598 0.196 29.8) |
Copy-ready code
/* CSS */
color: #dc3f2f;
background-color: #dc3f2f;
/* Tailwind (arbitrary) */
class="text-[#dc3f2f] bg-[#dc3f2f]"
/* SCSS */
$brand: #dc3f2f;
/* SwiftUI */
Color(red: 0.863, green: 0.247, blue: 0.184)
/* Android */
Color.parseColor("#dc3f2f")Accessibility — WCAG contrast
Aa
#dc3f2f on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc3f2f on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green24.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow78.6%
Key (black)13.7%
Color previews
#dc3f2f text on a black background
contrast 4.80:1
Card sample
#dc3f2f text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc3f2f;
Background color
Panel with #dc3f2f background
background-color: #dc3f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc3f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 63, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 63, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc3f2f; background: linear-gradient(135deg, #dc3f2f, #DCB22F);