#df6863
a balanced, vivid red · warm · closest name: salmon
RGB
223, 104, 99
HSL
2°, 66%, 63%
CMYK
0, 53, 56, 13
Luminance
0.2649
Every format
| HEX | #df6863 |
| RGB | rgb(223, 104, 99) |
| HSL | hsl(2, 66%, 63%) |
| CMYK | cmyk(0%, 53%, 56%, 13%) |
| LAB | lab(58.5 46.0 25.3) |
| LCH | lch(58.5 52.5 28.8) |
| OKLCH | oklch(0.660 0.150 24.5) |
Copy-ready code
/* CSS */
color: #df6863;
background-color: #df6863;
/* Tailwind (arbitrary) */
class="text-[#df6863] bg-[#df6863]"
/* SCSS */
$brand: #df6863;
/* SwiftUI */
Color(red: 0.875, green: 0.408, blue: 0.388)
/* Android */
Color.parseColor("#df6863")Accessibility — WCAG contrast
Aa
#df6863 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6863 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green40.8%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow55.6%
Key (black)12.5%
Color previews
#df6863 text on a black background
contrast 6.30:1
Card sample
#df6863 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6863;
Background color
Panel with #df6863 background
background-color: #df6863;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6863;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 104, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 104, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6863; background: linear-gradient(135deg, #df6863, #DFBB63);