#df88cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 136, 207
HSL
311°, 58%, 70%
CMYK
0, 39, 7, 13
Luminance
0.3780
Every format
| HEX | #df88cf |
| RGB | rgb(223, 136, 207) |
| HSL | hsl(311, 58%, 70%) |
| CMYK | cmyk(0%, 39%, 7%, 13%) |
| LAB | lab(67.9 43.4 -22.6) |
| LCH | lch(67.9 49.0 332.5) |
| OKLCH | oklch(0.741 0.139 333.9) |
Copy-ready code
/* CSS */
color: #df88cf;
background-color: #df88cf;
/* Tailwind (arbitrary) */
class="text-[#df88cf] bg-[#df88cf]"
/* SCSS */
$brand: #df88cf;
/* SwiftUI */
Color(red: 0.875, green: 0.533, blue: 0.812)
/* Android */
Color.parseColor("#df88cf")Accessibility — WCAG contrast
Aa
#df88cf on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df88cf on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green53.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow7.2%
Key (black)12.5%
Color previews
#df88cf text on a black background
contrast 8.56:1
Card sample
#df88cf text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df88cf;
Background color
Panel with #df88cf background
background-color: #df88cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df88cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 136, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 136, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df88cf; background: linear-gradient(135deg, #df88cf, #DF8895);