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