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