#df604e
a balanced, vivid red · warm · closest name: salmon
RGB
223, 96, 78
HSL
7°, 69%, 59%
CMYK
0, 57, 65, 13
Luminance
0.2460
Every format
| HEX | #df604e |
| RGB | rgb(223, 96, 78) |
| HSL | hsl(7, 69%, 59%) |
| CMYK | cmyk(0%, 57%, 65%, 13%) |
| LAB | lab(56.7 48.4 34.9) |
| LCH | lch(56.7 59.7 35.8) |
| OKLCH | oklch(0.645 0.163 30.3) |
Copy-ready code
/* CSS */
color: #df604e;
background-color: #df604e;
/* Tailwind (arbitrary) */
class="text-[#df604e] bg-[#df604e]"
/* SCSS */
$brand: #df604e;
/* SwiftUI */
Color(red: 0.875, green: 0.376, blue: 0.306)
/* Android */
Color.parseColor("#df604e")Accessibility — WCAG contrast
Aa
#df604e on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df604e on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.6%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow65.0%
Key (black)12.5%
Color previews
#df604e text on a black background
contrast 5.92:1
Card sample
#df604e text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df604e;
Background color
Panel with #df604e background
background-color: #df604e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df604e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 96, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 96, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df604e; background: linear-gradient(135deg, #df604e, #DFC14E);