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