#df7350
a balanced, vivid red · warm · closest name: salmon
RGB
223, 115, 80
HSL
15°, 69%, 59%
CMYK
0, 48, 64, 13
Luminance
0.2853
Every format
| HEX | #df7350 |
| RGB | rgb(223, 115, 80) |
| HSL | hsl(15, 69%, 59%) |
| CMYK | cmyk(0%, 48%, 64%, 13%) |
| LAB | lab(60.4 39.2 38.3) |
| LCH | lch(60.4 54.8 44.3) |
| OKLCH | oklch(0.673 0.144 38.6) |
Copy-ready code
/* CSS */
color: #df7350;
background-color: #df7350;
/* Tailwind (arbitrary) */
class="text-[#df7350] bg-[#df7350]"
/* SCSS */
$brand: #df7350;
/* SwiftUI */
Color(red: 0.875, green: 0.451, blue: 0.314)
/* Android */
Color.parseColor("#df7350")Accessibility — WCAG contrast
Aa
#df7350 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7350 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.1%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow64.1%
Key (black)12.5%
Color previews
#df7350 text on a black background
contrast 6.71:1
Card sample
#df7350 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7350;
Background color
Panel with #df7350 background
background-color: #df7350;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7350;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 115, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 115, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7350; background: linear-gradient(135deg, #df7350, #DFD250);