#df93be
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 147, 190
HSL
326°, 54%, 73%
CMYK
0, 34, 15, 13
Luminance
0.4027
Every format
| HEX | #df93be |
| RGB | rgb(223, 147, 190) |
| HSL | hsl(326, 54%, 73%) |
| CMYK | cmyk(0%, 34%, 15%, 13%) |
| LAB | lab(69.7 34.8 -10.4) |
| LCH | lch(69.7 36.3 343.3) |
| OKLCH | oklch(0.752 0.106 345.0) |
Copy-ready code
/* CSS */
color: #df93be;
background-color: #df93be;
/* Tailwind (arbitrary) */
class="text-[#df93be] bg-[#df93be]"
/* SCSS */
$brand: #df93be;
/* SwiftUI */
Color(red: 0.875, green: 0.576, blue: 0.745)
/* Android */
Color.parseColor("#df93be")Accessibility — WCAG contrast
Aa
#df93be on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df93be on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green57.6%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow14.8%
Key (black)12.5%
Color previews
#df93be text on a black background
contrast 9.05:1
Card sample
#df93be text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df93be;
Background color
Panel with #df93be background
background-color: #df93be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df93be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 147, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 147, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df93be; background: linear-gradient(135deg, #df93be, #DF9B93);