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