#df5d89
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
223, 93, 137
HSL
340°, 67%, 62%
CMYK
0, 58, 39, 13
Luminance
0.2532
Every format
| HEX | #df5d89 |
| RGB | rgb(223, 93, 137) |
| HSL | hsl(340, 67%, 62%) |
| CMYK | cmyk(0%, 58%, 39%, 13%) |
| LAB | lab(57.4 54.8 1.7) |
| LCH | lch(57.4 54.8 1.7) |
| OKLCH | oklch(0.654 0.167 1.7) |
Copy-ready code
/* CSS */
color: #df5d89;
background-color: #df5d89;
/* Tailwind (arbitrary) */
class="text-[#df5d89] bg-[#df5d89]"
/* SCSS */
$brand: #df5d89;
/* SwiftUI */
Color(red: 0.875, green: 0.365, blue: 0.537)
/* Android */
Color.parseColor("#df5d89")Accessibility — WCAG contrast
Aa
#df5d89 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5d89 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.5%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow38.6%
Key (black)12.5%
Color previews
#df5d89 text on a black background
contrast 6.06:1
Card sample
#df5d89 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5d89;
Background color
Panel with #df5d89 background
background-color: #df5d89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5d89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 93, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 93, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5d89; background: linear-gradient(135deg, #df5d89, #DF885D);