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