#df9fce
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 159, 206
HSL
316°, 50%, 75%
CMYK
0, 29, 8, 13
Luminance
0.4494
Every format
| HEX | #df9fce |
| RGB | rgb(223, 159, 206) |
| HSL | hsl(316, 50%, 75%) |
| CMYK | cmyk(0%, 29%, 8%, 13%) |
| LAB | lab(72.8 31.1 -14.5) |
| LCH | lch(72.8 34.3 334.9) |
| OKLCH | oklch(0.778 0.097 336.5) |
Copy-ready code
/* CSS */
color: #df9fce;
background-color: #df9fce;
/* Tailwind (arbitrary) */
class="text-[#df9fce] bg-[#df9fce]"
/* SCSS */
$brand: #df9fce;
/* SwiftUI */
Color(red: 0.875, green: 0.624, blue: 0.808)
/* Android */
Color.parseColor("#df9fce")Accessibility — WCAG contrast
Aa
#df9fce on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9fce on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green62.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow7.6%
Key (black)12.5%
Color previews
#df9fce text on a black background
contrast 9.99:1
Card sample
#df9fce text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9fce;
Background color
Panel with #df9fce background
background-color: #df9fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 159, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 159, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9fce; background: linear-gradient(135deg, #df9fce, #DF9FA3);