#df7763
a balanced, vivid red · warm · closest name: salmon
RGB
223, 119, 99
HSL
10°, 66%, 63%
CMYK
0, 47, 56, 13
Luminance
0.2978
Every format
| HEX | #df7763 |
| RGB | rgb(223, 119, 99) |
| HSL | hsl(10, 66%, 63%) |
| CMYK | cmyk(0%, 47%, 56%, 13%) |
| LAB | lab(61.5 38.5 29.2) |
| LCH | lch(61.5 48.3 37.1) |
| OKLCH | oklch(0.682 0.134 32.1) |
Copy-ready code
/* CSS */
color: #df7763;
background-color: #df7763;
/* Tailwind (arbitrary) */
class="text-[#df7763] bg-[#df7763]"
/* SCSS */
$brand: #df7763;
/* SwiftUI */
Color(red: 0.875, green: 0.467, blue: 0.388)
/* Android */
Color.parseColor("#df7763")Accessibility — WCAG contrast
Aa
#df7763 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7763 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.7%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow55.6%
Key (black)12.5%
Color previews
#df7763 text on a black background
contrast 6.96:1
Card sample
#df7763 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7763;
Background color
Panel with #df7763 background
background-color: #df7763;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7763;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 119, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 119, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7763; background: linear-gradient(135deg, #df7763, #DFCA63);