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