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