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