#df6563
a balanced, vivid red · warm · closest name: salmon
RGB
223, 101, 99
HSL
1°, 66%, 63%
CMYK
0, 55, 56, 13
Luminance
0.2590
Every format
| HEX | #df6563 |
| RGB | rgb(223, 101, 99) |
| HSL | hsl(1, 66%, 63%) |
| CMYK | cmyk(0%, 55%, 56%, 13%) |
| LAB | lab(57.9 47.5 24.6) |
| LCH | lch(57.9 53.5 27.4) |
| OKLCH | oklch(0.656 0.153 23.2) |
Copy-ready code
/* CSS */
color: #df6563;
background-color: #df6563;
/* Tailwind (arbitrary) */
class="text-[#df6563] bg-[#df6563]"
/* SCSS */
$brand: #df6563;
/* SwiftUI */
Color(red: 0.875, green: 0.396, blue: 0.388)
/* Android */
Color.parseColor("#df6563")Accessibility — WCAG contrast
Aa
#df6563 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6563 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow55.6%
Key (black)12.5%
Color previews
#df6563 text on a black background
contrast 6.18:1
Card sample
#df6563 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6563;
Background color
Panel with #df6563 background
background-color: #df6563;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6563;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 101, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 101, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6563; background: linear-gradient(135deg, #df6563, #DFB863);