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