#df799c
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 121, 156
HSL
339°, 61%, 68%
CMYK
0, 46, 30, 13
Luminance
0.3176
Every format
| HEX | #df799c |
| RGB | rgb(223, 121, 156) |
| HSL | hsl(339, 61%, 68%) |
| CMYK | cmyk(0%, 46%, 30%, 13%) |
| LAB | lab(63.1 43.5 -0.9) |
| LCH | lch(63.1 43.5 358.8) |
| OKLCH | oklch(0.699 0.132 359.2) |
Copy-ready code
/* CSS */
color: #df799c;
background-color: #df799c;
/* Tailwind (arbitrary) */
class="text-[#df799c] bg-[#df799c]"
/* SCSS */
$brand: #df799c;
/* SwiftUI */
Color(red: 0.875, green: 0.475, blue: 0.612)
/* Android */
Color.parseColor("#df799c")Accessibility — WCAG contrast
Aa
#df799c on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df799c on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green47.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow30.0%
Key (black)12.5%
Color previews
#df799c text on a black background
contrast 7.35:1
Card sample
#df799c text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df799c;
Background color
Panel with #df799c background
background-color: #df799c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df799c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 121, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 121, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df799c; background: linear-gradient(135deg, #df799c, #DF9A79);