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