#df84c7
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 132, 199
HSL
316°, 59%, 70%
CMYK
0, 41, 11, 13
Luminance
0.3631
Every format
| HEX | #df84c7 |
| RGB | rgb(223, 132, 199) |
| HSL | hsl(316, 59%, 70%) |
| CMYK | cmyk(0%, 41%, 11%, 13%) |
| LAB | lab(66.8 44.2 -19.9) |
| LCH | lch(66.8 48.4 335.8) |
| OKLCH | oklch(0.731 0.139 337.5) |
Copy-ready code
/* CSS */
color: #df84c7;
background-color: #df84c7;
/* Tailwind (arbitrary) */
class="text-[#df84c7] bg-[#df84c7]"
/* SCSS */
$brand: #df84c7;
/* SwiftUI */
Color(red: 0.875, green: 0.518, blue: 0.780)
/* Android */
Color.parseColor("#df84c7")Accessibility — WCAG contrast
Aa
#df84c7 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df84c7 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.8%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow10.8%
Key (black)12.5%
Color previews
#df84c7 text on a black background
contrast 8.26:1
Card sample
#df84c7 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df84c7;
Background color
Panel with #df84c7 background
background-color: #df84c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df84c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 132, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 132, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df84c7; background: linear-gradient(135deg, #df84c7, #DF848A);