#df4913
a balanced, electric orange · warm · closest name: tomato
RGB
223, 73, 19
HSL
16°, 84%, 48%
CMYK
0, 67, 92, 13
Luminance
0.2050
Every format
| HEX | #df4913 |
| RGB | rgb(223, 73, 19) |
| HSL | hsl(16, 84%, 48%) |
| CMYK | cmyk(0%, 67%, 92%, 13%) |
| LAB | lab(52.4 56.4 58.6) |
| LCH | lch(52.4 81.3 46.1) |
| OKLCH | oklch(0.611 0.195 37.2) |
Copy-ready code
/* CSS */
color: #df4913;
background-color: #df4913;
/* Tailwind (arbitrary) */
class="text-[#df4913] bg-[#df4913]"
/* SCSS */
$brand: #df4913;
/* SwiftUI */
Color(red: 0.875, green: 0.286, blue: 0.075)
/* Android */
Color.parseColor("#df4913")Accessibility — WCAG contrast
Aa
#df4913 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4913 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow91.5%
Key (black)12.5%
Color previews
#df4913 text on a black background
contrast 5.10:1
Card sample
#df4913 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4913;
Background color
Panel with #df4913 background
background-color: #df4913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 73, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 73, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4913; background: linear-gradient(135deg, #df4913, #DFD113);