#df1321
a balanced, electric red · warm · closest name: crimson
RGB
223, 19, 33
HSL
356°, 84%, 48%
CMYK
0, 92, 85, 13
Luminance
0.1626
Every format
| HEX | #df1321 |
| RGB | rgb(223, 19, 33) |
| HSL | hsl(356, 84%, 48%) |
| CMYK | cmyk(0%, 92%, 85%, 13%) |
| LAB | lab(47.3 71.0 49.1) |
| LCH | lch(47.3 86.3 34.7) |
| OKLCH | oklch(0.574 0.227 26.5) |
Copy-ready code
/* CSS */
color: #df1321;
background-color: #df1321;
/* Tailwind (arbitrary) */
class="text-[#df1321] bg-[#df1321]"
/* SCSS */
$brand: #df1321;
/* SwiftUI */
Color(red: 0.875, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#df1321")Accessibility — WCAG contrast
Aa
#df1321 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1321 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow85.2%
Key (black)12.5%
Color previews
#df1321 text on a black background
contrast 4.25:1
Card sample
#df1321 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1321;
Background color
Panel with #df1321 background
background-color: #df1321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1321; background: linear-gradient(135deg, #df1321, #DF8D13);