#df6573
a balanced, vivid red · warm · closest name: salmon
RGB
223, 101, 115
HSL
353°, 66%, 64%
CMYK
0, 55, 48, 13
Luminance
0.2623
Every format
| HEX | #df6573 |
| RGB | rgb(223, 101, 115) |
| HSL | hsl(353, 66%, 64%) |
| CMYK | cmyk(0%, 55%, 48%, 13%) |
| LAB | lab(58.3 48.8 15.8) |
| LCH | lch(58.3 51.3 17.9) |
| OKLCH | oklch(0.659 0.153 15.2) |
Copy-ready code
/* CSS */
color: #df6573;
background-color: #df6573;
/* Tailwind (arbitrary) */
class="text-[#df6573] bg-[#df6573]"
/* SCSS */
$brand: #df6573;
/* SwiftUI */
Color(red: 0.875, green: 0.396, blue: 0.451)
/* Android */
Color.parseColor("#df6573")Accessibility — WCAG contrast
Aa
#df6573 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6573 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.6%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow48.4%
Key (black)12.5%
Color previews
#df6573 text on a black background
contrast 6.25:1
Card sample
#df6573 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6573;
Background color
Panel with #df6573 background
background-color: #df6573;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6573;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 101, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 101, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6573; background: linear-gradient(135deg, #df6573, #DFA865);