#df577e
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
223, 87, 126
HSL
343°, 68%, 61%
CMYK
0, 61, 44, 13
Luminance
0.2401
Every format
| HEX | #df577e |
| RGB | rgb(223, 87, 126) |
| HSL | hsl(343, 68%, 61%) |
| CMYK | cmyk(0%, 61%, 44%, 13%) |
| LAB | lab(56.1 56.3 6.3) |
| LCH | lch(56.1 56.6 6.4) |
| OKLCH | oklch(0.644 0.172 5.6) |
Copy-ready code
/* CSS */
color: #df577e;
background-color: #df577e;
/* Tailwind (arbitrary) */
class="text-[#df577e] bg-[#df577e]"
/* SCSS */
$brand: #df577e;
/* SwiftUI */
Color(red: 0.875, green: 0.341, blue: 0.494)
/* Android */
Color.parseColor("#df577e")Accessibility — WCAG contrast
Aa
#df577e on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df577e on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green34.1%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow43.5%
Key (black)12.5%
Color previews
#df577e text on a black background
contrast 5.80:1
Card sample
#df577e text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df577e;
Background color
Panel with #df577e background
background-color: #df577e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df577e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 87, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 87, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df577e; background: linear-gradient(135deg, #df577e, #DF8B57);