#df5439
a balanced, vivid red · warm · closest name: tomato
RGB
223, 84, 57
HSL
10°, 72%, 55%
CMYK
0, 62, 74, 13
Luminance
0.2232
Every format
| HEX | #df5439 |
| RGB | rgb(223, 84, 57) |
| HSL | hsl(10, 72%, 55%) |
| CMYK | cmyk(0%, 62%, 74%, 13%) |
| LAB | lab(54.4 52.8 43.7) |
| LCH | lch(54.4 68.5 39.6) |
| OKLCH | oklch(0.627 0.179 33.0) |
Copy-ready code
/* CSS */
color: #df5439;
background-color: #df5439;
/* Tailwind (arbitrary) */
class="text-[#df5439] bg-[#df5439]"
/* SCSS */
$brand: #df5439;
/* SwiftUI */
Color(red: 0.875, green: 0.329, blue: 0.224)
/* Android */
Color.parseColor("#df5439")Accessibility — WCAG contrast
Aa
#df5439 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5439 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow74.4%
Key (black)12.5%
Color previews
#df5439 text on a black background
contrast 5.46:1
Card sample
#df5439 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5439;
Background color
Panel with #df5439 background
background-color: #df5439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 84, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 84, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5439; background: linear-gradient(135deg, #df5439, #DFC339);