#df704d
a balanced, vivid red · warm · closest name: coral
RGB
223, 112, 77
HSL
14°, 70%, 59%
CMYK
0, 50, 66, 13
Luminance
0.2781
Every format
| HEX | #df704d |
| RGB | rgb(223, 112, 77) |
| HSL | hsl(14, 70%, 59%) |
| CMYK | cmyk(0%, 50%, 66%, 13%) |
| LAB | lab(59.7 40.5 39.1) |
| LCH | lch(59.7 56.3 44.0) |
| OKLCH | oklch(0.668 0.147 38.1) |
Copy-ready code
/* CSS */
color: #df704d;
background-color: #df704d;
/* Tailwind (arbitrary) */
class="text-[#df704d] bg-[#df704d]"
/* SCSS */
$brand: #df704d;
/* SwiftUI */
Color(red: 0.875, green: 0.439, blue: 0.302)
/* Android */
Color.parseColor("#df704d")Accessibility — WCAG contrast
Aa
#df704d on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df704d on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.9%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow65.5%
Key (black)12.5%
Color previews
#df704d text on a black background
contrast 6.56:1
Card sample
#df704d text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df704d;
Background color
Panel with #df704d background
background-color: #df704d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df704d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 112, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 112, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df704d; background: linear-gradient(135deg, #df704d, #DFD14D);