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