#df4013
a balanced, electric red · warm · closest name: tomato
RGB
223, 64, 19
HSL
13°, 84%, 48%
CMYK
0, 71, 92, 13
Luminance
0.1940
Every format
| HEX | #df4013 |
| RGB | rgb(223, 64, 19) |
| HSL | hsl(13, 84%, 48%) |
| CMYK | cmyk(0%, 71%, 92%, 13%) |
| LAB | lab(51.2 59.8 57.8) |
| LCH | lch(51.2 83.1 44.0) |
| OKLCH | oklch(0.602 0.202 34.9) |
Copy-ready code
/* CSS */
color: #df4013;
background-color: #df4013;
/* Tailwind (arbitrary) */
class="text-[#df4013] bg-[#df4013]"
/* SCSS */
$brand: #df4013;
/* SwiftUI */
Color(red: 0.875, green: 0.251, blue: 0.075)
/* Android */
Color.parseColor("#df4013")Accessibility — WCAG contrast
Aa
#df4013 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4013 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.3%
Yellow91.5%
Key (black)12.5%
Color previews
#df4013 text on a black background
contrast 4.88:1
Card sample
#df4013 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4013;
Background color
Panel with #df4013 background
background-color: #df4013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 64, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 64, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4013; background: linear-gradient(135deg, #df4013, #DFC813);