#df446c
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 68, 108
HSL
345°, 71%, 57%
CMYK
0, 70, 52, 13
Luminance
0.2090
Every format
| HEX | #df446c |
| RGB | rgb(223, 68, 108) |
| HSL | hsl(345, 71%, 57%) |
| CMYK | cmyk(0%, 70%, 52%, 13%) |
| LAB | lab(52.9 62.3 12.4) |
| LCH | lch(52.9 63.5 11.2) |
| OKLCH | oklch(0.618 0.192 9.5) |
Copy-ready code
/* CSS */
color: #df446c;
background-color: #df446c;
/* Tailwind (arbitrary) */
class="text-[#df446c] bg-[#df446c]"
/* SCSS */
$brand: #df446c;
/* SwiftUI */
Color(red: 0.875, green: 0.267, blue: 0.424)
/* Android */
Color.parseColor("#df446c")Accessibility — WCAG contrast
Aa
#df446c on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df446c on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green26.7%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow51.6%
Key (black)12.5%
Color previews
#df446c text on a black background
contrast 5.18:1
Card sample
#df446c text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df446c;
Background color
Panel with #df446c background
background-color: #df446c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df446c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 68, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 68, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df446c; background: linear-gradient(135deg, #df446c, #DF8344);