#df87d0
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 135, 208
HSL
310°, 58%, 70%
CMYK
0, 40, 7, 13
Luminance
0.3757
Every format
| HEX | #df87d0 |
| RGB | rgb(223, 135, 208) |
| HSL | hsl(310, 58%, 70%) |
| CMYK | cmyk(0%, 40%, 7%, 13%) |
| LAB | lab(67.7 44.1 -23.4) |
| LCH | lch(67.7 50.0 332.0) |
| OKLCH | oklch(0.739 0.141 333.4) |
Copy-ready code
/* CSS */
color: #df87d0;
background-color: #df87d0;
/* Tailwind (arbitrary) */
class="text-[#df87d0] bg-[#df87d0]"
/* SCSS */
$brand: #df87d0;
/* SwiftUI */
Color(red: 0.875, green: 0.529, blue: 0.816)
/* Android */
Color.parseColor("#df87d0")Accessibility — WCAG contrast
Aa
#df87d0 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df87d0 on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.9%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow6.7%
Key (black)12.5%
Color previews
#df87d0 text on a black background
contrast 8.51:1
Card sample
#df87d0 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df87d0;
Background color
Panel with #df87d0 background
background-color: #df87d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df87d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 135, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 135, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df87d0; background: linear-gradient(135deg, #df87d0, #DF8795);