#df39d8
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
223, 57, 216
HSL
303°, 72%, 55%
CMYK
0, 74, 3, 13
Luminance
0.2357
Every format
| HEX | #df39d8 |
| RGB | rgb(223, 57, 216) |
| HSL | hsl(303, 72%, 55%) |
| CMYK | cmyk(0%, 74%, 3%, 13%) |
| LAB | lab(55.7 78.8 -46.7) |
| LCH | lch(55.7 91.6 329.3) |
| OKLCH | oklch(0.652 0.258 329.9) |
Copy-ready code
/* CSS */
color: #df39d8;
background-color: #df39d8;
/* Tailwind (arbitrary) */
class="text-[#df39d8] bg-[#df39d8]"
/* SCSS */
$brand: #df39d8;
/* SwiftUI */
Color(red: 0.875, green: 0.224, blue: 0.847)
/* Android */
Color.parseColor("#df39d8")Accessibility — WCAG contrast
Aa
#df39d8 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df39d8 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green22.4%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow3.1%
Key (black)12.5%
Color previews
#df39d8 text on a black background
contrast 5.71:1
Card sample
#df39d8 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df39d8;
Background color
Panel with #df39d8 background
background-color: #df39d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df39d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 57, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 57, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df39d8; background: linear-gradient(135deg, #df39d8, #DF3969);