#df8dda
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 141, 218
HSL
304°, 56%, 71%
CMYK
0, 37, 2, 13
Luminance
0.3980
Every format
| HEX | #df8dda |
| RGB | rgb(223, 141, 218) |
| HSL | hsl(304, 56%, 71%) |
| CMYK | cmyk(0%, 37%, 2%, 13%) |
| LAB | lab(69.3 42.7 -26.5) |
| LCH | lch(69.3 50.3 328.2) |
| OKLCH | oklch(0.753 0.140 329.0) |
Copy-ready code
/* CSS */
color: #df8dda;
background-color: #df8dda;
/* Tailwind (arbitrary) */
class="text-[#df8dda] bg-[#df8dda]"
/* SCSS */
$brand: #df8dda;
/* SwiftUI */
Color(red: 0.875, green: 0.553, blue: 0.855)
/* Android */
Color.parseColor("#df8dda")Accessibility — WCAG contrast
Aa
#df8dda on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8dda on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green55.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow2.2%
Key (black)12.5%
Color previews
#df8dda text on a black background
contrast 8.96:1
Card sample
#df8dda text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8dda;
Background color
Panel with #df8dda background
background-color: #df8dda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8dda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 141, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 141, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8dda; background: linear-gradient(135deg, #df8dda, #DF8DA3);