#df418c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 65, 140
HSL
332°, 71%, 57%
CMYK
0, 71, 37, 13
Luminance
0.2136
Every format
| HEX | #df418c |
| RGB | rgb(223, 65, 140) |
| HSL | hsl(332, 71%, 57%) |
| CMYK | cmyk(0%, 71%, 37%, 13%) |
| LAB | lab(53.4 66.4 -6.0) |
| LCH | lch(53.4 66.6 354.8) |
| OKLCH | oklch(0.625 0.204 355.8) |
Copy-ready code
/* CSS */
color: #df418c;
background-color: #df418c;
/* Tailwind (arbitrary) */
class="text-[#df418c] bg-[#df418c]"
/* SCSS */
$brand: #df418c;
/* SwiftUI */
Color(red: 0.875, green: 0.255, blue: 0.549)
/* Android */
Color.parseColor("#df418c")Accessibility — WCAG contrast
Aa
#df418c on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df418c on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.5%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow37.2%
Key (black)12.5%
Color previews
#df418c text on a black background
contrast 5.27:1
Card sample
#df418c text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df418c;
Background color
Panel with #df418c background
background-color: #df418c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df418c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 65, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 65, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df418c; background: linear-gradient(135deg, #df418c, #DF5F41);