#df85c3
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 133, 195
HSL
319°, 58%, 70%
CMYK
0, 40, 13, 13
Luminance
0.3640
Every format
| HEX | #df85c3 |
| RGB | rgb(223, 133, 195) |
| HSL | hsl(319, 58%, 70%) |
| CMYK | cmyk(0%, 40%, 13%, 13%) |
| LAB | lab(66.8 43.0 -17.5) |
| LCH | lch(66.8 46.4 337.8) |
| OKLCH | oklch(0.731 0.134 339.6) |
Copy-ready code
/* CSS */
color: #df85c3;
background-color: #df85c3;
/* Tailwind (arbitrary) */
class="text-[#df85c3] bg-[#df85c3]"
/* SCSS */
$brand: #df85c3;
/* SwiftUI */
Color(red: 0.875, green: 0.522, blue: 0.765)
/* Android */
Color.parseColor("#df85c3")Accessibility — WCAG contrast
Aa
#df85c3 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df85c3 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.2%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow12.6%
Key (black)12.5%
Color previews
#df85c3 text on a black background
contrast 8.28:1
Card sample
#df85c3 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df85c3;
Background color
Panel with #df85c3 background
background-color: #df85c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df85c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 133, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 133, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df85c3; background: linear-gradient(135deg, #df85c3, #DF8587);