#df84ce
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 132, 206
HSL
311°, 59%, 70%
CMYK
0, 41, 8, 13
Luminance
0.3665
Every format
| HEX | #df84ce |
| RGB | rgb(223, 132, 206) |
| HSL | hsl(311, 59%, 70%) |
| CMYK | cmyk(0%, 41%, 8%, 13%) |
| LAB | lab(67.0 45.3 -23.4) |
| LCH | lch(67.0 51.0 332.7) |
| OKLCH | oklch(0.734 0.144 334.1) |
Copy-ready code
/* CSS */
color: #df84ce;
background-color: #df84ce;
/* Tailwind (arbitrary) */
class="text-[#df84ce] bg-[#df84ce]"
/* SCSS */
$brand: #df84ce;
/* SwiftUI */
Color(red: 0.875, green: 0.518, blue: 0.808)
/* Android */
Color.parseColor("#df84ce")Accessibility — WCAG contrast
Aa
#df84ce on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df84ce on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green51.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow7.6%
Key (black)12.5%
Color previews
#df84ce text on a black background
contrast 8.33:1
Card sample
#df84ce text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df84ce;
Background color
Panel with #df84ce background
background-color: #df84ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df84ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 132, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 132, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df84ce; background: linear-gradient(135deg, #df84ce, #DF8491);