#df9ce3
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 156, 227
HSL
297°, 56%, 75%
CMYK
2, 31, 0, 11
Luminance
0.4501
Every format
| HEX | #df9ce3 |
| RGB | rgb(223, 156, 227) |
| HSL | hsl(297, 56%, 75%) |
| CMYK | cmyk(2%, 31%, 0%, 11%) |
| LAB | lab(72.9 36.4 -26.0) |
| LCH | lch(72.9 44.7 324.5) |
| OKLCH | oklch(0.781 0.122 324.7) |
Copy-ready code
/* CSS */
color: #df9ce3;
background-color: #df9ce3;
/* Tailwind (arbitrary) */
class="text-[#df9ce3] bg-[#df9ce3]"
/* SCSS */
$brand: #df9ce3;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.890)
/* Android */
Color.parseColor("#df9ce3")Accessibility — WCAG contrast
Aa
#df9ce3 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9ce3 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue89.0%
CMYK percentages
Cyan1.8%
Magenta31.3%
Yellow0.0%
Key (black)11.0%
Color previews
#df9ce3 text on a black background
contrast 10.00:1
Card sample
#df9ce3 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9ce3;
Background color
Panel with #df9ce3 background
background-color: #df9ce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9ce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9ce3; background: linear-gradient(135deg, #df9ce3, #E39CB8);