#df85d0
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 133, 208
HSL
310°, 58%, 70%
CMYK
0, 40, 7, 13
Luminance
0.3702
Every format
| HEX | #df85d0 |
| RGB | rgb(223, 133, 208) |
| HSL | hsl(310, 58%, 70%) |
| CMYK | cmyk(0%, 40%, 7%, 13%) |
| LAB | lab(67.3 45.2 -24.1) |
| LCH | lch(67.3 51.2 331.9) |
| OKLCH | oklch(0.736 0.144 333.3) |
Copy-ready code
/* CSS */
color: #df85d0;
background-color: #df85d0;
/* Tailwind (arbitrary) */
class="text-[#df85d0] bg-[#df85d0]"
/* SCSS */
$brand: #df85d0;
/* SwiftUI */
Color(red: 0.875, green: 0.522, blue: 0.816)
/* Android */
Color.parseColor("#df85d0")Accessibility — WCAG contrast
Aa
#df85d0 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df85d0 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.2%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow6.7%
Key (black)12.5%
Color previews
#df85d0 text on a black background
contrast 8.40:1
Card sample
#df85d0 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df85d0;
Background color
Panel with #df85d0 background
background-color: #df85d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df85d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 133, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 133, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df85d0; background: linear-gradient(135deg, #df85d0, #DF8594);