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