#df1007
a balanced, electric red · warm · closest name: red
RGB
223, 16, 7
HSL
3°, 94%, 45%
CMYK
0, 93, 97, 13
Luminance
0.1607
Every format
| HEX | #df1007 |
| RGB | rgb(223, 16, 7) |
| HSL | hsl(3, 94%, 45%) |
| CMYK | cmyk(0%, 93%, 97%, 13%) |
| LAB | lab(47.1 71.0 58.9) |
| LCH | lch(47.1 92.2 39.7) |
| OKLCH | oklch(0.571 0.229 29.4) |
Copy-ready code
/* CSS */
color: #df1007;
background-color: #df1007;
/* Tailwind (arbitrary) */
class="text-[#df1007] bg-[#df1007]"
/* SCSS */
$brand: #df1007;
/* SwiftUI */
Color(red: 0.875, green: 0.063, blue: 0.027)
/* Android */
Color.parseColor("#df1007")Accessibility — WCAG contrast
Aa
#df1007 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1007 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green6.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow96.9%
Key (black)12.5%
Color previews
#df1007 text on a black background
contrast 4.21:1
Card sample
#df1007 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1007;
Background color
Panel with #df1007 background
background-color: #df1007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 16, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 16, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1007; background: linear-gradient(135deg, #df1007, #DFA007);