#df6147
a balanced, vivid red · warm · closest name: coral
RGB
223, 97, 71
HSL
10°, 70%, 58%
CMYK
0, 57, 68, 13
Luminance
0.2469
Every format
| HEX | #df6147 |
| RGB | rgb(223, 97, 71) |
| HSL | hsl(10, 70%, 58%) |
| CMYK | cmyk(0%, 57%, 68%, 13%) |
| LAB | lab(56.8 47.5 38.9) |
| LCH | lch(56.8 61.4 39.3) |
| OKLCH | oklch(0.645 0.163 33.3) |
Copy-ready code
/* CSS */
color: #df6147;
background-color: #df6147;
/* Tailwind (arbitrary) */
class="text-[#df6147] bg-[#df6147]"
/* SCSS */
$brand: #df6147;
/* SwiftUI */
Color(red: 0.875, green: 0.380, blue: 0.278)
/* Android */
Color.parseColor("#df6147")Accessibility — WCAG contrast
Aa
#df6147 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6147 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.0%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow68.2%
Key (black)12.5%
Color previews
#df6147 text on a black background
contrast 5.94:1
Card sample
#df6147 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6147;
Background color
Panel with #df6147 background
background-color: #df6147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 97, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 97, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6147; background: linear-gradient(135deg, #df6147, #DFC647);