#df397e
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 57, 126
HSL
335°, 72%, 55%
CMYK
0, 74, 44, 13
Luminance
0.2012
Every format
| HEX | #df397e |
| RGB | rgb(223, 57, 126) |
| HSL | hsl(335, 72%, 55%) |
| CMYK | cmyk(0%, 74%, 44%, 13%) |
| LAB | lab(52.0 67.6 0.3) |
| LCH | lch(52.0 67.6 0.3) |
| OKLCH | oklch(0.613 0.208 0.4) |
Copy-ready code
/* CSS */
color: #df397e;
background-color: #df397e;
/* Tailwind (arbitrary) */
class="text-[#df397e] bg-[#df397e]"
/* SCSS */
$brand: #df397e;
/* SwiftUI */
Color(red: 0.875, green: 0.224, blue: 0.494)
/* Android */
Color.parseColor("#df397e")Accessibility — WCAG contrast
Aa
#df397e on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df397e on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green22.4%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow43.5%
Key (black)12.5%
Color previews
#df397e text on a black background
contrast 5.02:1
Card sample
#df397e text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df397e;
Background color
Panel with #df397e background
background-color: #df397e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df397e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 57, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 57, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df397e; background: linear-gradient(135deg, #df397e, #DF6339);