#df1439
a balanced, electric red · warm · closest name: crimson
RGB
223, 20, 57
HSL
349°, 84%, 48%
CMYK
0, 91, 74, 13
Luminance
0.1648
Every format
| HEX | #df1439 |
| RGB | rgb(223, 20, 57) |
| HSL | hsl(349, 84%, 48%) |
| CMYK | cmyk(0%, 91%, 74%, 13%) |
| LAB | lab(47.6 71.6 36.2) |
| LCH | lch(47.6 80.2 26.8) |
| OKLCH | oklch(0.576 0.225 21.2) |
Copy-ready code
/* CSS */
color: #df1439;
background-color: #df1439;
/* Tailwind (arbitrary) */
class="text-[#df1439] bg-[#df1439]"
/* SCSS */
$brand: #df1439;
/* SwiftUI */
Color(red: 0.875, green: 0.078, blue: 0.224)
/* Android */
Color.parseColor("#df1439")Accessibility — WCAG contrast
Aa
#df1439 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1439 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow74.4%
Key (black)12.5%
Color previews
#df1439 text on a black background
contrast 4.30:1
Card sample
#df1439 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1439;
Background color
Panel with #df1439 background
background-color: #df1439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 20, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 20, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1439; background: linear-gradient(135deg, #df1439, #DF7614);