#df7064
a balanced, vivid red · warm · closest name: salmon
RGB
223, 112, 100
HSL
6°, 66%, 63%
CMYK
0, 50, 55, 13
Luminance
0.2820
Every format
| HEX | #df7064 |
| RGB | rgb(223, 112, 100) |
| HSL | hsl(6, 66%, 63%) |
| CMYK | cmyk(0%, 50%, 55%, 13%) |
| LAB | lab(60.1 42.2 26.8) |
| LCH | lch(60.1 50.0 32.4) |
| OKLCH | oklch(0.672 0.141 27.8) |
Copy-ready code
/* CSS */
color: #df7064;
background-color: #df7064;
/* Tailwind (arbitrary) */
class="text-[#df7064] bg-[#df7064]"
/* SCSS */
$brand: #df7064;
/* SwiftUI */
Color(red: 0.875, green: 0.439, blue: 0.392)
/* Android */
Color.parseColor("#df7064")Accessibility — WCAG contrast
Aa
#df7064 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7064 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.9%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow55.2%
Key (black)12.5%
Color previews
#df7064 text on a black background
contrast 6.64:1
Card sample
#df7064 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7064;
Background color
Panel with #df7064 background
background-color: #df7064;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7064;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 112, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 112, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7064; background: linear-gradient(135deg, #df7064, #DFC264);