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