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