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