#df708c
a light, vivid magenta / pink · warm · closest name: salmon
RGB
223, 112, 140
HSL
345°, 63%, 66%
CMYK
0, 50, 37, 13
Luminance
0.2917
Every format
| HEX | #df708c |
| RGB | rgb(223, 112, 140) |
| HSL | hsl(345, 63%, 66%) |
| CMYK | cmyk(0%, 50%, 37%, 13%) |
| LAB | lab(60.9 46.1 5.0) |
| LCH | lch(60.9 46.3 6.2) |
| OKLCH | oklch(0.681 0.141 5.6) |
Copy-ready code
/* CSS */
color: #df708c;
background-color: #df708c;
/* Tailwind (arbitrary) */
class="text-[#df708c] bg-[#df708c]"
/* SCSS */
$brand: #df708c;
/* SwiftUI */
Color(red: 0.875, green: 0.439, blue: 0.549)
/* Android */
Color.parseColor("#df708c")Accessibility — WCAG contrast
Aa
#df708c on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df708c on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.9%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow37.2%
Key (black)12.5%
Color previews
#df708c text on a black background
contrast 6.83:1
Card sample
#df708c text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df708c;
Background color
Panel with #df708c background
background-color: #df708c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df708c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 112, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 112, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df708c; background: linear-gradient(135deg, #df708c, #DF9E70);