#df8fce
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 143, 206
HSL
313°, 56%, 72%
CMYK
0, 36, 8, 13
Luminance
0.3979
Every format
| HEX | #df8fce |
| RGB | rgb(223, 143, 206) |
| HSL | hsl(313, 56%, 72%) |
| CMYK | cmyk(0%, 36%, 8%, 13%) |
| LAB | lab(69.3 39.6 -19.9) |
| LCH | lch(69.3 44.3 333.4) |
| OKLCH | oklch(0.751 0.125 334.8) |
Copy-ready code
/* CSS */
color: #df8fce;
background-color: #df8fce;
/* Tailwind (arbitrary) */
class="text-[#df8fce] bg-[#df8fce]"
/* SCSS */
$brand: #df8fce;
/* SwiftUI */
Color(red: 0.875, green: 0.561, blue: 0.808)
/* Android */
Color.parseColor("#df8fce")Accessibility — WCAG contrast
Aa
#df8fce on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df8fce on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green56.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow7.6%
Key (black)12.5%
Color previews
#df8fce text on a black background
contrast 8.96:1
Card sample
#df8fce text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df8fce;
Background color
Panel with #df8fce background
background-color: #df8fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df8fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 143, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 143, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df8fce; background: linear-gradient(135deg, #df8fce, #DF8F99);