#df8065
a balanced, vivid red · warm · closest name: salmon
RGB
223, 128, 101
HSL
13°, 66%, 64%
CMYK
0, 43, 55, 13
Luminance
0.3207
Every format
| HEX | #df8065 |
| RGB | rgb(223, 128, 101) |
| HSL | hsl(13, 66%, 64%) |
| CMYK | cmyk(0%, 43%, 55%, 13%) |
| LAB | lab(63.4 34.0 30.6) |
| LCH | lch(63.4 45.7 41.9) |
| OKLCH | oklch(0.697 0.124 36.7) |
Copy-ready code
/* CSS */
color: #df8065;
background-color: #df8065;
/* Tailwind (arbitrary) */
class="text-[#df8065] bg-[#df8065]"
/* SCSS */
$brand: #df8065;
/* SwiftUI */
Color(red: 0.875, green: 0.502, blue: 0.396)
/* Android */
Color.parseColor("#df8065")Accessibility — WCAG contrast
Aa
#df8065 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8065 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green50.2%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow54.7%
Key (black)12.5%
Color previews
#df8065 text on a black background
contrast 7.41:1
Card sample
#df8065 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8065;
Background color
Panel with #df8065 background
background-color: #df8065;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8065;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 128, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 128, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8065; background: linear-gradient(135deg, #df8065, #DFD165);