#df718d
a light, vivid magenta / pink · warm · closest name: salmon
RGB
223, 113, 141
HSL
345°, 63%, 66%
CMYK
0, 49, 37, 13
Luminance
0.2942
Every format
| HEX | #df718d |
| RGB | rgb(223, 113, 141) |
| HSL | hsl(345, 63%, 66%) |
| CMYK | cmyk(0%, 49%, 37%, 13%) |
| LAB | lab(61.2 45.7 4.8) |
| LCH | lch(61.2 45.9 6.0) |
| OKLCH | oklch(0.683 0.139 5.3) |
Copy-ready code
/* CSS */
color: #df718d;
background-color: #df718d;
/* Tailwind (arbitrary) */
class="text-[#df718d] bg-[#df718d]"
/* SCSS */
$brand: #df718d;
/* SwiftUI */
Color(red: 0.875, green: 0.443, blue: 0.553)
/* Android */
Color.parseColor("#df718d")Accessibility — WCAG contrast
Aa
#df718d on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df718d on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green44.3%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow36.8%
Key (black)12.5%
Color previews
#df718d text on a black background
contrast 6.88:1
Card sample
#df718d text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df718d;
Background color
Panel with #df718d background
background-color: #df718d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df718d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 113, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 113, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df718d; background: linear-gradient(135deg, #df718d, #DF9E71);