#df1049
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 16, 73
HSL
344°, 87%, 47%
CMYK
0, 93, 67, 13
Luminance
0.1654
Every format
| HEX | #df1049 |
| RGB | rgb(223, 16, 73) |
| HSL | hsl(344, 87%, 47%) |
| CMYK | cmyk(0%, 93%, 67%, 13%) |
| LAB | lab(47.7 72.7 26.7) |
| LCH | lch(47.7 77.4 20.1) |
| OKLCH | oklch(0.578 0.226 16.2) |
Copy-ready code
/* CSS */
color: #df1049;
background-color: #df1049;
/* Tailwind (arbitrary) */
class="text-[#df1049] bg-[#df1049]"
/* SCSS */
$brand: #df1049;
/* SwiftUI */
Color(red: 0.875, green: 0.063, blue: 0.286)
/* Android */
Color.parseColor("#df1049")Accessibility — WCAG contrast
Aa
#df1049 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1049 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green6.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow67.3%
Key (black)12.5%
Color previews
#df1049 text on a black background
contrast 4.31:1
Card sample
#df1049 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1049;
Background color
Panel with #df1049 background
background-color: #df1049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 16, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 16, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1049; background: linear-gradient(135deg, #df1049, #DF6110);