#df658d
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
223, 101, 141
HSL
340°, 66%, 64%
CMYK
0, 55, 37, 13
Luminance
0.2692
Every format
| HEX | #df658d |
| RGB | rgb(223, 101, 141) |
| HSL | hsl(340, 66%, 64%) |
| CMYK | cmyk(0%, 55%, 37%, 13%) |
| LAB | lab(58.9 51.5 1.5) |
| LCH | lch(58.9 51.5 1.7) |
| OKLCH | oklch(0.666 0.157 1.7) |
Copy-ready code
/* CSS */
color: #df658d;
background-color: #df658d;
/* Tailwind (arbitrary) */
class="text-[#df658d] bg-[#df658d]"
/* SCSS */
$brand: #df658d;
/* SwiftUI */
Color(red: 0.875, green: 0.396, blue: 0.553)
/* Android */
Color.parseColor("#df658d")Accessibility — WCAG contrast
Aa
#df658d on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df658d on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.6%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow36.8%
Key (black)12.5%
Color previews
#df658d text on a black background
contrast 6.38:1
Card sample
#df658d text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df658d;
Background color
Panel with #df658d background
background-color: #df658d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df658d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 101, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 101, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df658d; background: linear-gradient(135deg, #df658d, #DF8E65);