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