#df84c0
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 132, 192
HSL
320°, 59%, 70%
CMYK
0, 41, 14, 13
Luminance
0.3600
Every format
| HEX | #df84c0 |
| RGB | rgb(223, 132, 192) |
| HSL | hsl(320, 59%, 70%) |
| CMYK | cmyk(0%, 41%, 14%, 13%) |
| LAB | lab(66.5 43.0 -16.3) |
| LCH | lch(66.5 46.0 339.3) |
| OKLCH | oklch(0.729 0.134 341.0) |
Copy-ready code
/* CSS */
color: #df84c0;
background-color: #df84c0;
/* Tailwind (arbitrary) */
class="text-[#df84c0] bg-[#df84c0]"
/* SCSS */
$brand: #df84c0;
/* SwiftUI */
Color(red: 0.875, green: 0.518, blue: 0.753)
/* Android */
Color.parseColor("#df84c0")Accessibility — WCAG contrast
Aa
#df84c0 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df84c0 on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.8%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow13.9%
Key (black)12.5%
Color previews
#df84c0 text on a black background
contrast 8.20:1
Card sample
#df84c0 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df84c0;
Background color
Panel with #df84c0 background
background-color: #df84c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df84c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 132, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 132, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df84c0; background: linear-gradient(135deg, #df84c0, #DF8584);