#df1c2f
a balanced, electric red · warm · closest name: crimson
RGB
223, 28, 47
HSL
354°, 78%, 49%
CMYK
0, 87, 79, 13
Luminance
0.1672
Every format
| HEX | #df1c2f |
| RGB | rgb(223, 28, 47) |
| HSL | hsl(354, 78%, 49%) |
| CMYK | cmyk(0%, 87%, 79%, 13%) |
| LAB | lab(47.9 70.0 42.3) |
| LCH | lch(47.9 81.8 31.1) |
| OKLCH | oklch(0.578 0.222 24.3) |
Copy-ready code
/* CSS */
color: #df1c2f;
background-color: #df1c2f;
/* Tailwind (arbitrary) */
class="text-[#df1c2f] bg-[#df1c2f]"
/* SCSS */
$brand: #df1c2f;
/* SwiftUI */
Color(red: 0.875, green: 0.110, blue: 0.184)
/* Android */
Color.parseColor("#df1c2f")Accessibility — WCAG contrast
Aa
#df1c2f on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1c2f on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow78.9%
Key (black)12.5%
Color previews
#df1c2f text on a black background
contrast 4.34:1
Card sample
#df1c2f text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1c2f;
Background color
Panel with #df1c2f background
background-color: #df1c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 28, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 28, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1c2f; background: linear-gradient(135deg, #df1c2f, #DF8B1C);