#df9fe7
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 159, 231
HSL
293°, 60%, 77%
CMYK
4, 31, 0, 9
Luminance
0.4625
Every format
| HEX | #df9fe7 |
| RGB | rgb(223, 159, 231) |
| HSL | hsl(293, 60%, 77%) |
| CMYK | cmyk(4%, 31%, 0%, 9%) |
| LAB | lab(73.7 35.6 -26.9) |
| LCH | lch(73.7 44.6 322.9) |
| OKLCH | oklch(0.787 0.121 322.8) |
Copy-ready code
/* CSS */
color: #df9fe7;
background-color: #df9fe7;
/* Tailwind (arbitrary) */
class="text-[#df9fe7] bg-[#df9fe7]"
/* SCSS */
$brand: #df9fe7;
/* SwiftUI */
Color(red: 0.875, green: 0.624, blue: 0.906)
/* Android */
Color.parseColor("#df9fe7")Accessibility — WCAG contrast
Aa
#df9fe7 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9fe7 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green62.4%
Blue90.6%
CMYK percentages
Cyan3.5%
Magenta31.2%
Yellow0.0%
Key (black)9.4%
Color previews
#df9fe7 text on a black background
contrast 10.25:1
Card sample
#df9fe7 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9fe7;
Background color
Panel with #df9fe7 background
background-color: #df9fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 159, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 159, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9fe7; background: linear-gradient(135deg, #df9fe7, #E79FBF);