#df9ceb
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 156, 235
HSL
291°, 66%, 77%
CMYK
5, 34, 0, 8
Luminance
0.4546
Every format
| HEX | #df9ceb |
| RGB | rgb(223, 156, 235) |
| HSL | hsl(291, 66%, 77%) |
| CMYK | cmyk(5%, 34%, 0%, 8%) |
| LAB | lab(73.2 38.0 -29.9) |
| LCH | lch(73.2 48.3 321.8) |
| OKLCH | oklch(0.784 0.131 321.3) |
Copy-ready code
/* CSS */
color: #df9ceb;
background-color: #df9ceb;
/* Tailwind (arbitrary) */
class="text-[#df9ceb] bg-[#df9ceb]"
/* SCSS */
$brand: #df9ceb;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.922)
/* Android */
Color.parseColor("#df9ceb")Accessibility — WCAG contrast
Aa
#df9ceb on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9ceb on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta33.6%
Yellow0.0%
Key (black)7.8%
Color previews
#df9ceb text on a black background
contrast 10.09:1
Card sample
#df9ceb text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9ceb;
Background color
Panel with #df9ceb background
background-color: #df9ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9ceb; background: linear-gradient(135deg, #df9ceb, #EB9CC2);