#df44c6
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 68, 198
HSL
310°, 71%, 57%
CMYK
0, 70, 11, 13
Luminance
0.2390
Every format
| HEX | #df44c6 |
| RGB | rgb(223, 68, 198) |
| HSL | hsl(310, 71%, 57%) |
| CMYK | cmyk(0%, 70%, 11%, 13%) |
| LAB | lab(56.0 72.6 -35.9) |
| LCH | lch(56.0 81.0 333.7) |
| OKLCH | oklch(0.651 0.233 335.2) |
Copy-ready code
/* CSS */
color: #df44c6;
background-color: #df44c6;
/* Tailwind (arbitrary) */
class="text-[#df44c6] bg-[#df44c6]"
/* SCSS */
$brand: #df44c6;
/* SwiftUI */
Color(red: 0.875, green: 0.267, blue: 0.776)
/* Android */
Color.parseColor("#df44c6")Accessibility — WCAG contrast
Aa
#df44c6 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df44c6 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green26.7%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow11.2%
Key (black)12.5%
Color previews
#df44c6 text on a black background
contrast 5.78:1
Card sample
#df44c6 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df44c6;
Background color
Panel with #df44c6 background
background-color: #df44c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df44c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 68, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 68, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df44c6; background: linear-gradient(135deg, #df44c6, #DF445F);