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