#df4039
a balanced, vivid red · warm · closest name: tomato
RGB
223, 64, 57
HSL
3°, 72%, 55%
CMYK
0, 71, 74, 13
Luminance
0.1965
Every format
| HEX | #df4039 |
| RGB | rgb(223, 64, 57) |
| HSL | hsl(3, 72%, 55%) |
| CMYK | cmyk(0%, 71%, 74%, 13%) |
| LAB | lab(51.5 60.7 40.5) |
| LCH | lch(51.5 73.0 33.7) |
| OKLCH | oklch(0.605 0.197 27.3) |
Copy-ready code
/* CSS */
color: #df4039;
background-color: #df4039;
/* Tailwind (arbitrary) */
class="text-[#df4039] bg-[#df4039]"
/* SCSS */
$brand: #df4039;
/* SwiftUI */
Color(red: 0.875, green: 0.251, blue: 0.224)
/* Android */
Color.parseColor("#df4039")Accessibility — WCAG contrast
Aa
#df4039 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4039 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow74.4%
Key (black)12.5%
Color previews
#df4039 text on a black background
contrast 4.93:1
Card sample
#df4039 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4039;
Background color
Panel with #df4039 background
background-color: #df4039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 64, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 64, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4039; background: linear-gradient(135deg, #df4039, #DFAF39);