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