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