#df7364
a balanced, vivid red · warm · closest name: salmon
RGB
223, 115, 100
HSL
7°, 66%, 63%
CMYK
0, 48, 55, 13
Luminance
0.2887
Every format
| HEX | #df7364 |
| RGB | rgb(223, 115, 100) |
| HSL | hsl(7, 66%, 63%) |
| CMYK | cmyk(0%, 48%, 55%, 13%) |
| LAB | lab(60.7 40.6 27.6) |
| LCH | lch(60.7 49.1 34.2) |
| OKLCH | oklch(0.676 0.138 29.3) |
Copy-ready code
/* CSS */
color: #df7364;
background-color: #df7364;
/* Tailwind (arbitrary) */
class="text-[#df7364] bg-[#df7364]"
/* SCSS */
$brand: #df7364;
/* SwiftUI */
Color(red: 0.875, green: 0.451, blue: 0.392)
/* Android */
Color.parseColor("#df7364")Accessibility — WCAG contrast
Aa
#df7364 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7364 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.1%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow55.2%
Key (black)12.5%
Color previews
#df7364 text on a black background
contrast 6.77:1
Card sample
#df7364 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7364;
Background color
Panel with #df7364 background
background-color: #df7364;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7364;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 115, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 115, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7364; background: linear-gradient(135deg, #df7364, #DFC564);