#df9ce8
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 156, 232
HSL
293°, 62%, 76%
CMYK
4, 33, 0, 9
Luminance
0.4529
Every format
| HEX | #df9ce8 |
| RGB | rgb(223, 156, 232) |
| HSL | hsl(293, 62%, 76%) |
| CMYK | cmyk(4%, 33%, 0%, 9%) |
| LAB | lab(73.1 37.4 -28.4) |
| LCH | lch(73.1 47.0 322.8) |
| OKLCH | oklch(0.783 0.127 322.5) |
Copy-ready code
/* CSS */
color: #df9ce8;
background-color: #df9ce8;
/* Tailwind (arbitrary) */
class="text-[#df9ce8] bg-[#df9ce8]"
/* SCSS */
$brand: #df9ce8;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.910)
/* Android */
Color.parseColor("#df9ce8")Accessibility — WCAG contrast
Aa
#df9ce8 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9ce8 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue91.0%
CMYK percentages
Cyan3.9%
Magenta32.8%
Yellow0.0%
Key (black)9.0%
Color previews
#df9ce8 text on a black background
contrast 10.06:1
Card sample
#df9ce8 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9ce8;
Background color
Panel with #df9ce8 background
background-color: #df9ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9ce8; background: linear-gradient(135deg, #df9ce8, #E89CBE);