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