#df39d3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 57, 211
HSL
304°, 72%, 55%
CMYK
0, 74, 5, 13
Luminance
0.2332
Every format
| HEX | #df39d3 |
| RGB | rgb(223, 57, 211) |
| HSL | hsl(304, 72%, 55%) |
| CMYK | cmyk(0%, 74%, 5%, 13%) |
| LAB | lab(55.4 78.0 -44.3) |
| LCH | lch(55.4 89.7 330.4) |
| OKLCH | oklch(0.649 0.254 331.3) |
Copy-ready code
/* CSS */
color: #df39d3;
background-color: #df39d3;
/* Tailwind (arbitrary) */
class="text-[#df39d3] bg-[#df39d3]"
/* SCSS */
$brand: #df39d3;
/* SwiftUI */
Color(red: 0.875, green: 0.224, blue: 0.827)
/* Android */
Color.parseColor("#df39d3")Accessibility — WCAG contrast
Aa
#df39d3 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df39d3 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green22.4%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow5.4%
Key (black)12.5%
Color previews
#df39d3 text on a black background
contrast 5.66:1
Card sample
#df39d3 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df39d3;
Background color
Panel with #df39d3 background
background-color: #df39d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df39d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 57, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 57, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df39d3; background: linear-gradient(135deg, #df39d3, #DF3964);