#df4b0e
a balanced, electric orange · warm · closest name: tomato
RGB
223, 75, 14
HSL
18°, 88%, 47%
CMYK
0, 66, 94, 13
Luminance
0.2075
Every format
| HEX | #df4b0e |
| RGB | rgb(223, 75, 14) |
| HSL | hsl(18, 88%, 47%) |
| CMYK | cmyk(0%, 66%, 94%, 13%) |
| LAB | lab(52.7 55.5 60.2) |
| LCH | lch(52.7 81.9 47.3) |
| OKLCH | oklch(0.613 0.194 38.3) |
Copy-ready code
/* CSS */
color: #df4b0e;
background-color: #df4b0e;
/* Tailwind (arbitrary) */
class="text-[#df4b0e] bg-[#df4b0e]"
/* SCSS */
$brand: #df4b0e;
/* SwiftUI */
Color(red: 0.875, green: 0.294, blue: 0.055)
/* Android */
Color.parseColor("#df4b0e")Accessibility — WCAG contrast
Aa
#df4b0e on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4b0e on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.4%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow93.7%
Key (black)12.5%
Color previews
#df4b0e text on a black background
contrast 5.15:1
Card sample
#df4b0e text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4b0e;
Background color
Panel with #df4b0e background
background-color: #df4b0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4b0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 75, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 75, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4b0e; background: linear-gradient(135deg, #df4b0e, #DFD60E);