#df87eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
223, 135, 235
HSL
293°, 71%, 73%
CMYK
5, 43, 0, 8
Luminance
0.3901
Every format
| HEX | #df87eb |
| RGB | rgb(223, 135, 235) |
| HSL | hsl(293, 71%, 73%) |
| CMYK | cmyk(5%, 43%, 0%, 8%) |
| LAB | lab(68.8 49.0 -36.8) |
| LCH | lch(68.8 61.2 323.1) |
| OKLCH | oklch(0.751 0.166 322.6) |
Copy-ready code
/* CSS */
color: #df87eb;
background-color: #df87eb;
/* Tailwind (arbitrary) */
class="text-[#df87eb] bg-[#df87eb]"
/* SCSS */
$brand: #df87eb;
/* SwiftUI */
Color(red: 0.875, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#df87eb")Accessibility — WCAG contrast
Aa
#df87eb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df87eb on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.9%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#df87eb text on a black background
contrast 8.80:1
Card sample
#df87eb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df87eb;
Background color
Panel with #df87eb background
background-color: #df87eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df87eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df87eb; background: linear-gradient(135deg, #df87eb, #EB87B4);