#df503d
a balanced, vivid red · warm · closest name: tomato
RGB
223, 80, 61
HSL
7°, 72%, 56%
CMYK
0, 64, 73, 13
Luminance
0.2176
Every format
| HEX | #df503d |
| RGB | rgb(223, 80, 61) |
| HSL | hsl(7, 72%, 56%) |
| CMYK | cmyk(0%, 64%, 73%, 13%) |
| LAB | lab(53.8 54.7 40.9) |
| LCH | lch(53.8 68.3 36.8) |
| OKLCH | oklch(0.622 0.182 30.5) |
Copy-ready code
/* CSS */
color: #df503d;
background-color: #df503d;
/* Tailwind (arbitrary) */
class="text-[#df503d] bg-[#df503d]"
/* SCSS */
$brand: #df503d;
/* SwiftUI */
Color(red: 0.875, green: 0.314, blue: 0.239)
/* Android */
Color.parseColor("#df503d")Accessibility — WCAG contrast
Aa
#df503d on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df503d on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.4%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow72.6%
Key (black)12.5%
Color previews
#df503d text on a black background
contrast 5.35:1
Card sample
#df503d text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df503d;
Background color
Panel with #df503d background
background-color: #df503d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df503d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 80, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 80, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df503d; background: linear-gradient(135deg, #df503d, #DFBC3D);