#df709c
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 112, 156
HSL
336°, 63%, 66%
CMYK
0, 50, 30, 13
Luminance
0.2968
Every format
| HEX | #df709c |
| RGB | rgb(223, 112, 156) |
| HSL | hsl(336, 63%, 66%) |
| CMYK | cmyk(0%, 50%, 30%, 13%) |
| LAB | lab(61.4 48.0 -3.5) |
| LCH | lch(61.4 48.1 355.8) |
| OKLCH | oklch(0.686 0.146 356.6) |
Copy-ready code
/* CSS */
color: #df709c;
background-color: #df709c;
/* Tailwind (arbitrary) */
class="text-[#df709c] bg-[#df709c]"
/* SCSS */
$brand: #df709c;
/* SwiftUI */
Color(red: 0.875, green: 0.439, blue: 0.612)
/* Android */
Color.parseColor("#df709c")Accessibility — WCAG contrast
Aa
#df709c on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df709c on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.9%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow30.0%
Key (black)12.5%
Color previews
#df709c text on a black background
contrast 6.94:1
Card sample
#df709c text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df709c;
Background color
Panel with #df709c background
background-color: #df709c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df709c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 112, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 112, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df709c; background: linear-gradient(135deg, #df709c, #DF8E70);