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