#df93cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 147, 207
HSL
313°, 54%, 73%
CMYK
0, 34, 7, 13
Luminance
0.4106
Every format
| HEX | #df93cf |
| RGB | rgb(223, 147, 207) |
| HSL | hsl(313, 54%, 73%) |
| CMYK | cmyk(0%, 34%, 7%, 13%) |
| LAB | lab(70.2 37.6 -19.1) |
| LCH | lch(70.2 42.2 333.1) |
| OKLCH | oklch(0.758 0.119 334.6) |
Copy-ready code
/* CSS */
color: #df93cf;
background-color: #df93cf;
/* Tailwind (arbitrary) */
class="text-[#df93cf] bg-[#df93cf]"
/* SCSS */
$brand: #df93cf;
/* SwiftUI */
Color(red: 0.875, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#df93cf")Accessibility — WCAG contrast
Aa
#df93cf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df93cf on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green57.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow7.2%
Key (black)12.5%
Color previews
#df93cf text on a black background
contrast 9.21:1
Card sample
#df93cf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df93cf;
Background color
Panel with #df93cf background
background-color: #df93cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df93cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df93cf; background: linear-gradient(135deg, #df93cf, #DF939C);