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