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