#df8365
a balanced, vivid red · warm · closest name: salmon
RGB
223, 131, 101
HSL
15°, 66%, 64%
CMYK
0, 41, 55, 13
Luminance
0.3286
Every format
| HEX | #df8365 |
| RGB | rgb(223, 131, 101) |
| HSL | hsl(15, 66%, 64%) |
| CMYK | cmyk(0%, 41%, 55%, 13%) |
| LAB | lab(64.0 32.4 31.4) |
| LCH | lch(64.0 45.1 44.1) |
| OKLCH | oklch(0.702 0.122 38.8) |
Copy-ready code
/* CSS */
color: #df8365;
background-color: #df8365;
/* Tailwind (arbitrary) */
class="text-[#df8365] bg-[#df8365]"
/* SCSS */
$brand: #df8365;
/* SwiftUI */
Color(red: 0.875, green: 0.514, blue: 0.396)
/* Android */
Color.parseColor("#df8365")Accessibility — WCAG contrast
Aa
#df8365 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8365 on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.4%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow54.7%
Key (black)12.5%
Color previews
#df8365 text on a black background
contrast 7.57:1
Card sample
#df8365 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8365;
Background color
Panel with #df8365 background
background-color: #df8365;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8365;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 131, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 131, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8365; background: linear-gradient(135deg, #df8365, #DFD465);