#df1849
a balanced, electric red · warm · closest name: crimson
RGB
223, 24, 73
HSL
345°, 81%, 48%
CMYK
0, 89, 67, 13
Luminance
0.1682
Every format
| HEX | #df1849 |
| RGB | rgb(223, 24, 73) |
| HSL | hsl(345, 81%, 48%) |
| CMYK | cmyk(0%, 89%, 67%, 13%) |
| LAB | lab(48.0 71.7 27.1) |
| LCH | lch(48.0 76.6 20.7) |
| OKLCH | oklch(0.580 0.223 16.7) |
Copy-ready code
/* CSS */
color: #df1849;
background-color: #df1849;
/* Tailwind (arbitrary) */
class="text-[#df1849] bg-[#df1849]"
/* SCSS */
$brand: #df1849;
/* SwiftUI */
Color(red: 0.875, green: 0.094, blue: 0.286)
/* Android */
Color.parseColor("#df1849")Accessibility — WCAG contrast
Aa
#df1849 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1849 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow67.3%
Key (black)12.5%
Color previews
#df1849 text on a black background
contrast 4.36:1
Card sample
#df1849 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1849;
Background color
Panel with #df1849 background
background-color: #df1849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 24, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 24, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1849; background: linear-gradient(135deg, #df1849, #DF6C18);