#df87d7
a light, vivid magenta / pink · warm · closest name: orchid
RGB
223, 135, 215
HSL
306°, 58%, 70%
CMYK
0, 40, 4, 13
Luminance
0.3792
Every format
| HEX | #df87d7 |
| RGB | rgb(223, 135, 215) |
| HSL | hsl(306, 58%, 70%) |
| CMYK | cmyk(0%, 40%, 4%, 13%) |
| LAB | lab(68.0 45.3 -26.9) |
| LCH | lch(68.0 52.7 329.3) |
| OKLCH | oklch(0.742 0.147 330.3) |
Copy-ready code
/* CSS */
color: #df87d7;
background-color: #df87d7;
/* Tailwind (arbitrary) */
class="text-[#df87d7] bg-[#df87d7]"
/* SCSS */
$brand: #df87d7;
/* SwiftUI */
Color(red: 0.875, green: 0.529, blue: 0.843)
/* Android */
Color.parseColor("#df87d7")Accessibility — WCAG contrast
Aa
#df87d7 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df87d7 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.9%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow3.6%
Key (black)12.5%
Color previews
#df87d7 text on a black background
contrast 8.58:1
Card sample
#df87d7 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df87d7;
Background color
Panel with #df87d7 background
background-color: #df87d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df87d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 135, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 135, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df87d7; background: linear-gradient(135deg, #df87d7, #DF879C);