#df5049
a balanced, vivid red · warm · closest name: tomato
RGB
223, 80, 73
HSL
3°, 70%, 58%
CMYK
0, 64, 67, 13
Luminance
0.2191
Every format
| HEX | #df5049 |
| RGB | rgb(223, 80, 73) |
| HSL | hsl(3, 70%, 58%) |
| CMYK | cmyk(0%, 64%, 67%, 13%) |
| LAB | lab(53.9 55.3 34.4) |
| LCH | lch(53.9 65.1 31.9) |
| OKLCH | oklch(0.624 0.180 26.5) |
Copy-ready code
/* CSS */
color: #df5049;
background-color: #df5049;
/* Tailwind (arbitrary) */
class="text-[#df5049] bg-[#df5049]"
/* SCSS */
$brand: #df5049;
/* SwiftUI */
Color(red: 0.875, green: 0.314, blue: 0.286)
/* Android */
Color.parseColor("#df5049")Accessibility — WCAG contrast
Aa
#df5049 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5049 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow67.3%
Key (black)12.5%
Color previews
#df5049 text on a black background
contrast 5.38:1
Card sample
#df5049 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5049;
Background color
Panel with #df5049 background
background-color: #df5049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 80, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 80, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5049; background: linear-gradient(135deg, #df5049, #DFB449);