#df2413
a balanced, electric red · warm · closest name: red
RGB
223, 36, 19
HSL
5°, 84%, 48%
CMYK
0, 84, 92, 13
Luminance
0.1700
Every format
| HEX | #df2413 |
| RGB | rgb(223, 36, 19) |
| HSL | hsl(5, 84%, 48%) |
| CMYK | cmyk(0%, 84%, 92%, 13%) |
| LAB | lab(48.3 67.9 55.9) |
| LCH | lch(48.3 87.9 39.5) |
| OKLCH | oklch(0.580 0.221 30.1) |
Copy-ready code
/* CSS */
color: #df2413;
background-color: #df2413;
/* Tailwind (arbitrary) */
class="text-[#df2413] bg-[#df2413]"
/* SCSS */
$brand: #df2413;
/* SwiftUI */
Color(red: 0.875, green: 0.141, blue: 0.075)
/* Android */
Color.parseColor("#df2413")Accessibility — WCAG contrast
Aa
#df2413 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2413 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green14.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow91.5%
Key (black)12.5%
Color previews
#df2413 text on a black background
contrast 4.40:1
Card sample
#df2413 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2413;
Background color
Panel with #df2413 background
background-color: #df2413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 36, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 36, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2413; background: linear-gradient(135deg, #df2413, #DFAC13);