#df5d84
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
223, 93, 132
HSL
342°, 67%, 62%
CMYK
0, 58, 41, 13
Luminance
0.2518
Every format
| HEX | #df5d84 |
| RGB | rgb(223, 93, 132) |
| HSL | hsl(342, 67%, 62%) |
| CMYK | cmyk(0%, 58%, 41%, 13%) |
| LAB | lab(57.3 54.2 4.4) |
| LCH | lch(57.3 54.4 4.6) |
| OKLCH | oklch(0.653 0.166 4.1) |
Copy-ready code
/* CSS */
color: #df5d84;
background-color: #df5d84;
/* Tailwind (arbitrary) */
class="text-[#df5d84] bg-[#df5d84]"
/* SCSS */
$brand: #df5d84;
/* SwiftUI */
Color(red: 0.875, green: 0.365, blue: 0.518)
/* Android */
Color.parseColor("#df5d84")Accessibility — WCAG contrast
Aa
#df5d84 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5d84 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.5%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow40.8%
Key (black)12.5%
Color previews
#df5d84 text on a black background
contrast 6.04:1
Card sample
#df5d84 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5d84;
Background color
Panel with #df5d84 background
background-color: #df5d84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5d84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 93, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 93, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5d84; background: linear-gradient(135deg, #df5d84, #DF8D5D);