#df628d
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
223, 98, 141
HSL
339°, 66%, 63%
CMYK
0, 56, 37, 13
Luminance
0.2635
Every format
| HEX | #df628d |
| RGB | rgb(223, 98, 141) |
| HSL | hsl(339, 66%, 63%) |
| CMYK | cmyk(0%, 56%, 37%, 13%) |
| LAB | lab(58.4 52.9 0.7) |
| LCH | lch(58.4 52.9 0.8) |
| OKLCH | oklch(0.662 0.161 0.9) |
Copy-ready code
/* CSS */
color: #df628d;
background-color: #df628d;
/* Tailwind (arbitrary) */
class="text-[#df628d] bg-[#df628d]"
/* SCSS */
$brand: #df628d;
/* SwiftUI */
Color(red: 0.875, green: 0.384, blue: 0.553)
/* Android */
Color.parseColor("#df628d")Accessibility — WCAG contrast
Aa
#df628d on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df628d on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green38.4%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow36.8%
Key (black)12.5%
Color previews
#df628d text on a black background
contrast 6.27:1
Card sample
#df628d text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df628d;
Background color
Panel with #df628d background
background-color: #df628d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df628d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 98, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 98, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df628d; background: linear-gradient(135deg, #df628d, #DF8A62);