#df7664
a balanced, vivid red · warm · closest name: salmon
RGB
223, 118, 100
HSL
9°, 66%, 63%
CMYK
0, 47, 55, 13
Luminance
0.2956
Every format
| HEX | #df7664 |
| RGB | rgb(223, 118, 100) |
| HSL | hsl(9, 66%, 63%) |
| CMYK | cmyk(0%, 47%, 55%, 13%) |
| LAB | lab(61.3 39.1 28.4) |
| LCH | lch(61.3 48.3 36.0) |
| OKLCH | oklch(0.681 0.134 31.0) |
Copy-ready code
/* CSS */
color: #df7664;
background-color: #df7664;
/* Tailwind (arbitrary) */
class="text-[#df7664] bg-[#df7664]"
/* SCSS */
$brand: #df7664;
/* SwiftUI */
Color(red: 0.875, green: 0.463, blue: 0.392)
/* Android */
Color.parseColor("#df7664")Accessibility — WCAG contrast
Aa
#df7664 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7664 on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.3%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow55.2%
Key (black)12.5%
Color previews
#df7664 text on a black background
contrast 6.91:1
Card sample
#df7664 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7664;
Background color
Panel with #df7664 background
background-color: #df7664;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7664;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 118, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 118, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7664; background: linear-gradient(135deg, #df7664, #DFC864);