#df9ce5
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 156, 229
HSL
295°, 58%, 76%
CMYK
3, 32, 0, 10
Luminance
0.4512
Every format
| HEX | #df9ce5 |
| RGB | rgb(223, 156, 229) |
| HSL | hsl(295, 58%, 76%) |
| CMYK | cmyk(3%, 32%, 0%, 10%) |
| LAB | lab(73.0 36.8 -26.9) |
| LCH | lch(73.0 45.6 323.8) |
| OKLCH | oklch(0.782 0.124 323.8) |
Copy-ready code
/* CSS */
color: #df9ce5;
background-color: #df9ce5;
/* Tailwind (arbitrary) */
class="text-[#df9ce5] bg-[#df9ce5]"
/* SCSS */
$brand: #df9ce5;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.898)
/* Android */
Color.parseColor("#df9ce5")Accessibility — WCAG contrast
Aa
#df9ce5 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9ce5 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue89.8%
CMYK percentages
Cyan2.6%
Magenta31.9%
Yellow0.0%
Key (black)10.2%
Color previews
#df9ce5 text on a black background
contrast 10.02:1
Card sample
#df9ce5 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9ce5;
Background color
Panel with #df9ce5 background
background-color: #df9ce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9ce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9ce5; background: linear-gradient(135deg, #df9ce5, #E59CBA);