#df1c4f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 28, 79
HSL
344°, 78%, 49%
CMYK
0, 87, 65, 13
Luminance
0.1708
Every format
| HEX | #df1c4f |
| RGB | rgb(223, 28, 79) |
| HSL | hsl(344, 78%, 49%) |
| CMYK | cmyk(0%, 87%, 65%, 13%) |
| LAB | lab(48.4 71.3 23.9) |
| LCH | lch(48.4 75.2 18.5) |
| OKLCH | oklch(0.583 0.221 15.0) |
Copy-ready code
/* CSS */
color: #df1c4f;
background-color: #df1c4f;
/* Tailwind (arbitrary) */
class="text-[#df1c4f] bg-[#df1c4f]"
/* SCSS */
$brand: #df1c4f;
/* SwiftUI */
Color(red: 0.875, green: 0.110, blue: 0.310)
/* Android */
Color.parseColor("#df1c4f")Accessibility — WCAG contrast
Aa
#df1c4f on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1c4f on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow64.6%
Key (black)12.5%
Color previews
#df1c4f text on a black background
contrast 4.42:1
Card sample
#df1c4f text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1c4f;
Background color
Panel with #df1c4f background
background-color: #df1c4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1c4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 28, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 28, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1c4f; background: linear-gradient(135deg, #df1c4f, #DF6B1C);