#df1449
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 20, 73
HSL
344°, 84%, 48%
CMYK
0, 91, 67, 13
Luminance
0.1667
Every format
| HEX | #df1449 |
| RGB | rgb(223, 20, 73) |
| HSL | hsl(344, 84%, 48%) |
| CMYK | cmyk(0%, 91%, 67%, 13%) |
| LAB | lab(47.9 72.2 26.9) |
| LCH | lch(47.9 77.1 20.4) |
| OKLCH | oklch(0.579 0.224 16.4) |
Copy-ready code
/* CSS */
color: #df1449;
background-color: #df1449;
/* Tailwind (arbitrary) */
class="text-[#df1449] bg-[#df1449]"
/* SCSS */
$brand: #df1449;
/* SwiftUI */
Color(red: 0.875, green: 0.078, blue: 0.286)
/* Android */
Color.parseColor("#df1449")Accessibility — WCAG contrast
Aa
#df1449 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1449 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow67.3%
Key (black)12.5%
Color previews
#df1449 text on a black background
contrast 4.33:1
Card sample
#df1449 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1449;
Background color
Panel with #df1449 background
background-color: #df1449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 20, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 20, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1449; background: linear-gradient(135deg, #df1449, #DF6614);