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