#df9ce1
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 156, 225
HSL
298°, 54%, 75%
CMYK
1, 31, 0, 12
Luminance
0.4490
Every format
| HEX | #df9ce1 |
| RGB | rgb(223, 156, 225) |
| HSL | hsl(298, 54%, 75%) |
| CMYK | cmyk(1%, 31%, 0%, 12%) |
| LAB | lab(72.8 36.1 -25.0) |
| LCH | lch(72.8 43.9 325.3) |
| OKLCH | oklch(0.780 0.120 325.7) |
Copy-ready code
/* CSS */
color: #df9ce1;
background-color: #df9ce1;
/* Tailwind (arbitrary) */
class="text-[#df9ce1] bg-[#df9ce1]"
/* SCSS */
$brand: #df9ce1;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.882)
/* Android */
Color.parseColor("#df9ce1")Accessibility — WCAG contrast
Aa
#df9ce1 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9ce1 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue88.2%
CMYK percentages
Cyan0.9%
Magenta30.7%
Yellow0.0%
Key (black)11.8%
Color previews
#df9ce1 text on a black background
contrast 9.98:1
Card sample
#df9ce1 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9ce1;
Background color
Panel with #df9ce1 background
background-color: #df9ce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9ce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9ce1; background: linear-gradient(135deg, #df9ce1, #E19CB5);