#df7659
a balanced, vivid red · warm · closest name: salmon
RGB
223, 118, 89
HSL
13°, 68%, 61%
CMYK
0, 47, 60, 13
Luminance
0.2937
Every format
| HEX | #df7659 |
| RGB | rgb(223, 118, 89) |
| HSL | hsl(13, 68%, 61%) |
| CMYK | cmyk(0%, 47%, 60%, 13%) |
| LAB | lab(61.1 38.3 34.3) |
| LCH | lch(61.1 51.4 41.8) |
| OKLCH | oklch(0.679 0.138 36.4) |
Copy-ready code
/* CSS */
color: #df7659;
background-color: #df7659;
/* Tailwind (arbitrary) */
class="text-[#df7659] bg-[#df7659]"
/* SCSS */
$brand: #df7659;
/* SwiftUI */
Color(red: 0.875, green: 0.463, blue: 0.349)
/* Android */
Color.parseColor("#df7659")Accessibility — WCAG contrast
Aa
#df7659 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7659 on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.3%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow60.1%
Key (black)12.5%
Color previews
#df7659 text on a black background
contrast 6.87:1
Card sample
#df7659 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7659;
Background color
Panel with #df7659 background
background-color: #df7659;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7659;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 118, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 118, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7659; background: linear-gradient(135deg, #df7659, #DFCF59);