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