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