#df9ce0
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 156, 224
HSL
299°, 52%, 75%
CMYK
0, 30, 0, 12
Luminance
0.4485
Every format
| HEX | #df9ce0 |
| RGB | rgb(223, 156, 224) |
| HSL | hsl(299, 52%, 75%) |
| CMYK | cmyk(0%, 30%, 0%, 12%) |
| LAB | lab(72.8 35.9 -24.5) |
| LCH | lch(72.8 43.5 325.7) |
| OKLCH | oklch(0.780 0.119 326.2) |
Copy-ready code
/* CSS */
color: #df9ce0;
background-color: #df9ce0;
/* Tailwind (arbitrary) */
class="text-[#df9ce0] bg-[#df9ce0]"
/* SCSS */
$brand: #df9ce0;
/* SwiftUI */
Color(red: 0.875, green: 0.612, blue: 0.878)
/* Android */
Color.parseColor("#df9ce0")Accessibility — WCAG contrast
Aa
#df9ce0 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9ce0 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green61.2%
Blue87.8%
CMYK percentages
Cyan0.4%
Magenta30.4%
Yellow0.0%
Key (black)12.2%
Color previews
#df9ce0 text on a black background
contrast 9.97:1
Card sample
#df9ce0 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9ce0;
Background color
Panel with #df9ce0 background
background-color: #df9ce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9ce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 156, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 156, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9ce0; background: linear-gradient(135deg, #df9ce0, #E09CB4);