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