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