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