#df93d4
a light, vivid magenta / pink · warm · closest name: plum
RGB
223, 147, 212
HSL
309°, 54%, 73%
CMYK
0, 34, 5, 13
Luminance
0.4131
Every format
| HEX | #df93d4 |
| RGB | rgb(223, 147, 212) |
| HSL | hsl(309, 54%, 73%) |
| CMYK | cmyk(0%, 34%, 5%, 13%) |
| LAB | lab(70.4 38.5 -21.6) |
| LCH | lch(70.4 44.1 330.8) |
| OKLCH | oklch(0.760 0.124 332.0) |
Copy-ready code
/* CSS */
color: #df93d4;
background-color: #df93d4;
/* Tailwind (arbitrary) */
class="text-[#df93d4] bg-[#df93d4]"
/* SCSS */
$brand: #df93d4;
/* SwiftUI */
Color(red: 0.875, green: 0.576, blue: 0.831)
/* Android */
Color.parseColor("#df93d4")Accessibility — WCAG contrast
Aa
#df93d4 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df93d4 on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green57.6%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow4.9%
Key (black)12.5%
Color previews
#df93d4 text on a black background
contrast 9.26:1
Card sample
#df93d4 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df93d4;
Background color
Panel with #df93d4 background
background-color: #df93d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df93d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 147, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 147, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df93d4; background: linear-gradient(135deg, #df93d4, #DF93A1);