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