#df96df
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 150, 223
HSL
300°, 53%, 73%
CMYK
0, 33, 0, 13
Luminance
0.4283
Every format
| HEX | #df96df |
| RGB | rgb(223, 150, 223) |
| HSL | hsl(300, 53%, 73%) |
| CMYK | cmyk(0%, 33%, 0%, 13%) |
| LAB | lab(71.4 38.9 -26.0) |
| LCH | lch(71.4 46.8 326.2) |
| OKLCH | oklch(0.769 0.129 326.7) |
Copy-ready code
/* CSS */
color: #df96df;
background-color: #df96df;
/* Tailwind (arbitrary) */
class="text-[#df96df] bg-[#df96df]"
/* SCSS */
$brand: #df96df;
/* SwiftUI */
Color(red: 0.875, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#df96df")Accessibility — WCAG contrast
Aa
#df96df on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df96df on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green58.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#df96df text on a black background
contrast 9.57:1
Card sample
#df96df text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df96df;
Background color
Panel with #df96df background
background-color: #df96df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df96df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df96df; background: linear-gradient(135deg, #df96df, #DF96AE);