#df89c0
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 137, 192
HSL
322°, 57%, 71%
CMYK
0, 39, 14, 13
Luminance
0.3739
Every format
| HEX | #df89c0 |
| RGB | rgb(223, 137, 192) |
| HSL | hsl(322, 57%, 71%) |
| CMYK | cmyk(0%, 39%, 14%, 13%) |
| LAB | lab(67.6 40.4 -14.7) |
| LCH | lch(67.6 43.0 340.0) |
| OKLCH | oklch(0.736 0.125 341.8) |
Copy-ready code
/* CSS */
color: #df89c0;
background-color: #df89c0;
/* Tailwind (arbitrary) */
class="text-[#df89c0] bg-[#df89c0]"
/* SCSS */
$brand: #df89c0;
/* SwiftUI */
Color(red: 0.875, green: 0.537, blue: 0.753)
/* Android */
Color.parseColor("#df89c0")Accessibility — WCAG contrast
Aa
#df89c0 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df89c0 on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green53.7%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow13.9%
Key (black)12.5%
Color previews
#df89c0 text on a black background
contrast 8.48:1
Card sample
#df89c0 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df89c0;
Background color
Panel with #df89c0 background
background-color: #df89c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df89c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 137, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 137, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df89c0; background: linear-gradient(135deg, #df89c0, #DF8B89);