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