#df1409
a balanced, electric red · warm · closest name: red
RGB
223, 20, 9
HSL
3°, 92%, 46%
CMYK
0, 91, 96, 13
Luminance
0.1621
Every format
| HEX | #df1409 |
| RGB | rgb(223, 20, 9) |
| HSL | hsl(3, 92%, 46%) |
| CMYK | cmyk(0%, 91%, 96%, 13%) |
| LAB | lab(47.3 70.5 58.4) |
| LCH | lch(47.3 91.6 39.6) |
| OKLCH | oklch(0.573 0.228 29.5) |
Copy-ready code
/* CSS */
color: #df1409;
background-color: #df1409;
/* Tailwind (arbitrary) */
class="text-[#df1409] bg-[#df1409]"
/* SCSS */
$brand: #df1409;
/* SwiftUI */
Color(red: 0.875, green: 0.078, blue: 0.035)
/* Android */
Color.parseColor("#df1409")Accessibility — WCAG contrast
Aa
#df1409 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1409 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.8%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow96.0%
Key (black)12.5%
Color previews
#df1409 text on a black background
contrast 4.24:1
Card sample
#df1409 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1409;
Background color
Panel with #df1409 background
background-color: #df1409;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1409;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 20, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 20, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1409; background: linear-gradient(135deg, #df1409, #DFA309);