#df85c5
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 133, 197
HSL
317°, 58%, 70%
CMYK
0, 40, 12, 13
Luminance
0.3649
Every format
| HEX | #df85c5 |
| RGB | rgb(223, 133, 197) |
| HSL | hsl(317, 58%, 70%) |
| CMYK | cmyk(0%, 40%, 12%, 13%) |
| LAB | lab(66.9 43.3 -18.5) |
| LCH | lch(66.9 47.1 336.8) |
| OKLCH | oklch(0.732 0.136 338.6) |
Copy-ready code
/* CSS */
color: #df85c5;
background-color: #df85c5;
/* Tailwind (arbitrary) */
class="text-[#df85c5] bg-[#df85c5]"
/* SCSS */
$brand: #df85c5;
/* SwiftUI */
Color(red: 0.875, green: 0.522, blue: 0.773)
/* Android */
Color.parseColor("#df85c5")Accessibility — WCAG contrast
Aa
#df85c5 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df85c5 on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green52.2%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow11.7%
Key (black)12.5%
Color previews
#df85c5 text on a black background
contrast 8.30:1
Card sample
#df85c5 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df85c5;
Background color
Panel with #df85c5 background
background-color: #df85c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df85c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 133, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 133, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df85c5; background: linear-gradient(135deg, #df85c5, #DF8589);