#df779c
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 119, 156
HSL
339°, 62%, 67%
CMYK
0, 47, 30, 13
Luminance
0.3128
Every format
| HEX | #df779c |
| RGB | rgb(223, 119, 156) |
| HSL | hsl(339, 62%, 67%) |
| CMYK | cmyk(0%, 47%, 30%, 13%) |
| LAB | lab(62.8 44.5 -1.5) |
| LCH | lch(62.8 44.5 358.0) |
| OKLCH | oklch(0.696 0.135 358.6) |
Copy-ready code
/* CSS */
color: #df779c;
background-color: #df779c;
/* Tailwind (arbitrary) */
class="text-[#df779c] bg-[#df779c]"
/* SCSS */
$brand: #df779c;
/* SwiftUI */
Color(red: 0.875, green: 0.467, blue: 0.612)
/* Android */
Color.parseColor("#df779c")Accessibility — WCAG contrast
Aa
#df779c on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df779c on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.7%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow30.0%
Key (black)12.5%
Color previews
#df779c text on a black background
contrast 7.26:1
Card sample
#df779c text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df779c;
Background color
Panel with #df779c background
background-color: #df779c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df779c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 119, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 119, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df779c; background: linear-gradient(135deg, #df779c, #DF9877);