#df9fdf
a light, vivid magenta / pink · warm · “plum”
RGB
223, 159, 223
HSL
300°, 50%, 75%
CMYK
0, 29, 0, 13
Luminance
0.4581
Every format
| HEX | #df9fdf |
| RGB | rgb(223, 159, 223) |
| HSL | hsl(300, 50%, 75%) |
| CMYK | cmyk(0%, 29%, 0%, 13%) |
| LAB | lab(73.4 34.1 -23.0) |
| LCH | lch(73.4 41.1 326.0) |
| OKLCH | oklch(0.784 0.113 326.6) |
Copy-ready code
/* CSS */
color: #df9fdf;
background-color: #df9fdf;
/* Tailwind (arbitrary) */
class="text-[#df9fdf] bg-[#df9fdf]"
/* SCSS */
$brand: #df9fdf;
/* SwiftUI */
Color(red: 0.875, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#df9fdf")Accessibility — WCAG contrast
Aa
#df9fdf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9fdf on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green62.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#df9fdf text on a black background
contrast 10.16:1
Card sample
#df9fdf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9fdf;
Background color
Panel with #df9fdf background
background-color: #df9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9fdf; background: linear-gradient(135deg, #df9fdf, #DF9FB4);