#df407c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 64, 124
HSL
337°, 71%, 56%
CMYK
0, 71, 44, 13
Luminance
0.2081
Every format
| HEX | #df407c |
| RGB | rgb(223, 64, 124) |
| HSL | hsl(337, 71%, 56%) |
| CMYK | cmyk(0%, 71%, 44%, 13%) |
| LAB | lab(52.8 65.1 2.6) |
| LCH | lch(52.8 65.2 2.3) |
| OKLCH | oklch(0.619 0.200 2.1) |
Copy-ready code
/* CSS */
color: #df407c;
background-color: #df407c;
/* Tailwind (arbitrary) */
class="text-[#df407c] bg-[#df407c]"
/* SCSS */
$brand: #df407c;
/* SwiftUI */
Color(red: 0.875, green: 0.251, blue: 0.486)
/* Android */
Color.parseColor("#df407c")Accessibility — WCAG contrast
Aa
#df407c on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df407c on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.1%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow44.4%
Key (black)12.5%
Color previews
#df407c text on a black background
contrast 5.16:1
Card sample
#df407c text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df407c;
Background color
Panel with #df407c background
background-color: #df407c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df407c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 64, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 64, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df407c; background: linear-gradient(135deg, #df407c, #DF6E40);