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