#df460d
a balanced, electric orange · warm · closest name: tomato
RGB
223, 70, 13
HSL
16°, 89%, 46%
CMYK
0, 69, 94, 13
Luminance
0.2010
Every format
| HEX | #df460d |
| RGB | rgb(223, 70, 13) |
| HSL | hsl(16, 89%, 46%) |
| CMYK | cmyk(0%, 69%, 94%, 13%) |
| LAB | lab(52.0 57.5 60.0) |
| LCH | lch(52.0 83.1 46.3) |
| OKLCH | oklch(0.608 0.198 37.0) |
Copy-ready code
/* CSS */
color: #df460d;
background-color: #df460d;
/* Tailwind (arbitrary) */
class="text-[#df460d] bg-[#df460d]"
/* SCSS */
$brand: #df460d;
/* SwiftUI */
Color(red: 0.875, green: 0.275, blue: 0.051)
/* Android */
Color.parseColor("#df460d")Accessibility — WCAG contrast
Aa
#df460d on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df460d on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.5%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow94.2%
Key (black)12.5%
Color previews
#df460d text on a black background
contrast 5.02:1
Card sample
#df460d text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df460d;
Background color
Panel with #df460d background
background-color: #df460d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df460d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 70, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 70, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df460d; background: linear-gradient(135deg, #df460d, #DFD20D);