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