#df368d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 54, 141
HSL
329°, 73%, 54%
CMYK
0, 76, 37, 13
Luminance
0.2025
Every format
| HEX | #df368d |
| RGB | rgb(223, 54, 141) |
| HSL | hsl(329, 73%, 54%) |
| CMYK | cmyk(0%, 76%, 37%, 13%) |
| LAB | lab(52.1 70.0 -8.5) |
| LCH | lch(52.1 70.5 353.1) |
| OKLCH | oklch(0.616 0.216 354.3) |
Copy-ready code
/* CSS */
color: #df368d;
background-color: #df368d;
/* Tailwind (arbitrary) */
class="text-[#df368d] bg-[#df368d]"
/* SCSS */
$brand: #df368d;
/* SwiftUI */
Color(red: 0.875, green: 0.212, blue: 0.553)
/* Android */
Color.parseColor("#df368d")Accessibility — WCAG contrast
Aa
#df368d on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df368d on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green21.2%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow36.8%
Key (black)12.5%
Color previews
#df368d text on a black background
contrast 5.05:1
Card sample
#df368d text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df368d;
Background color
Panel with #df368d background
background-color: #df368d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df368d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 54, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 54, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df368d; background: linear-gradient(135deg, #df368d, #DF5036);