#df396c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 57, 108
HSL
342°, 72%, 55%
CMYK
0, 74, 52, 13
Luminance
0.1970
Every format
| HEX | #df396c |
| RGB | rgb(223, 57, 108) |
| HSL | hsl(342, 72%, 55%) |
| CMYK | cmyk(0%, 74%, 52%, 13%) |
| LAB | lab(51.5 66.1 10.5) |
| LCH | lch(51.5 66.9 9.0) |
| OKLCH | oklch(0.608 0.203 7.6) |
Copy-ready code
/* CSS */
color: #df396c;
background-color: #df396c;
/* Tailwind (arbitrary) */
class="text-[#df396c] bg-[#df396c]"
/* SCSS */
$brand: #df396c;
/* SwiftUI */
Color(red: 0.875, green: 0.224, blue: 0.424)
/* Android */
Color.parseColor("#df396c")Accessibility — WCAG contrast
Aa
#df396c on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df396c on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green22.4%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow51.6%
Key (black)12.5%
Color previews
#df396c text on a black background
contrast 4.94:1
Card sample
#df396c text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df396c;
Background color
Panel with #df396c background
background-color: #df396c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df396c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 57, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 57, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df396c; background: linear-gradient(135deg, #df396c, #DF7539);