#df9fea
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 159, 234
HSL
291°, 64%, 77%
CMYK
5, 32, 0, 8
Luminance
0.4642
Every format
| HEX | #df9fea |
| RGB | rgb(223, 159, 234) |
| HSL | hsl(291, 64%, 77%) |
| CMYK | cmyk(5%, 32%, 0%, 8%) |
| LAB | lab(73.8 36.1 -28.4) |
| LCH | lch(73.8 46.0 321.9) |
| OKLCH | oklch(0.789 0.124 321.5) |
Copy-ready code
/* CSS */
color: #df9fea;
background-color: #df9fea;
/* Tailwind (arbitrary) */
class="text-[#df9fea] bg-[#df9fea]"
/* SCSS */
$brand: #df9fea;
/* SwiftUI */
Color(red: 0.875, green: 0.624, blue: 0.918)
/* Android */
Color.parseColor("#df9fea")Accessibility — WCAG contrast
Aa
#df9fea on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9fea on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green62.4%
Blue91.8%
CMYK percentages
Cyan4.7%
Magenta32.1%
Yellow0.0%
Key (black)8.2%
Color previews
#df9fea text on a black background
contrast 10.28:1
Card sample
#df9fea text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9fea;
Background color
Panel with #df9fea background
background-color: #df9fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 159, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 159, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9fea; background: linear-gradient(135deg, #df9fea, #EA9FC3);