#df5849
a balanced, vivid red · warm · closest name: tomato
RGB
223, 88, 73
HSL
6°, 70%, 58%
CMYK
0, 61, 67, 13
Luminance
0.2315
Every format
| HEX | #df5849 |
| RGB | rgb(223, 88, 73) |
| HSL | hsl(6, 70%, 58%) |
| CMYK | cmyk(0%, 61%, 67%, 13%) |
| LAB | lab(55.2 51.8 35.9) |
| LCH | lch(55.2 63.0 34.8) |
| OKLCH | oklch(0.634 0.172 29.1) |
Copy-ready code
/* CSS */
color: #df5849;
background-color: #df5849;
/* Tailwind (arbitrary) */
class="text-[#df5849] bg-[#df5849]"
/* SCSS */
$brand: #df5849;
/* SwiftUI */
Color(red: 0.875, green: 0.345, blue: 0.286)
/* Android */
Color.parseColor("#df5849")Accessibility — WCAG contrast
Aa
#df5849 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5849 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green34.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow67.3%
Key (black)12.5%
Color previews
#df5849 text on a black background
contrast 5.63:1
Card sample
#df5849 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5849;
Background color
Panel with #df5849 background
background-color: #df5849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 88, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 88, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5849; background: linear-gradient(135deg, #df5849, #DFBC49);