#df6847
a balanced, vivid red · warm · closest name: coral
RGB
223, 104, 71
HSL
13°, 70%, 58%
CMYK
0, 53, 68, 13
Luminance
0.2604
Every format
| HEX | #df6847 |
| RGB | rgb(223, 104, 71) |
| HSL | hsl(13, 70%, 58%) |
| CMYK | cmyk(0%, 53%, 68%, 13%) |
| LAB | lab(58.1 44.2 40.4) |
| LCH | lch(58.1 59.9 42.4) |
| OKLCH | oklch(0.655 0.157 36.4) |
Copy-ready code
/* CSS */
color: #df6847;
background-color: #df6847;
/* Tailwind (arbitrary) */
class="text-[#df6847] bg-[#df6847]"
/* SCSS */
$brand: #df6847;
/* SwiftUI */
Color(red: 0.875, green: 0.408, blue: 0.278)
/* Android */
Color.parseColor("#df6847")Accessibility — WCAG contrast
Aa
#df6847 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6847 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.8%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow68.2%
Key (black)12.5%
Color previews
#df6847 text on a black background
contrast 6.21:1
Card sample
#df6847 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6847;
Background color
Panel with #df6847 background
background-color: #df6847;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6847;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 104, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 104, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6847; background: linear-gradient(135deg, #df6847, #DFCD47);