#df94ce
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 148, 206
HSL
314°, 54%, 73%
CMYK
0, 34, 8, 13
Luminance
0.4132
Every format
| HEX | #df94ce |
| RGB | rgb(223, 148, 206) |
| HSL | hsl(314, 54%, 73%) |
| CMYK | cmyk(0%, 34%, 8%, 13%) |
| LAB | lab(70.4 36.9 -18.2) |
| LCH | lch(70.4 41.2 333.7) |
| OKLCH | oklch(0.759 0.117 335.3) |
Copy-ready code
/* CSS */
color: #df94ce;
background-color: #df94ce;
/* Tailwind (arbitrary) */
class="text-[#df94ce] bg-[#df94ce]"
/* SCSS */
$brand: #df94ce;
/* SwiftUI */
Color(red: 0.875, green: 0.580, blue: 0.808)
/* Android */
Color.parseColor("#df94ce")Accessibility — WCAG contrast
Aa
#df94ce on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df94ce on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green58.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow7.6%
Key (black)12.5%
Color previews
#df94ce text on a black background
contrast 9.26:1
Card sample
#df94ce text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df94ce;
Background color
Panel with #df94ce background
background-color: #df94ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df94ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 148, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 148, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df94ce; background: linear-gradient(135deg, #df94ce, #DF949C);