#df5013
a balanced, electric orange · warm · closest name: tomato
RGB
223, 80, 19
HSL
18°, 84%, 48%
CMYK
0, 64, 92, 13
Luminance
0.2147
Every format
| HEX | #df5013 |
| RGB | rgb(223, 80, 19) |
| HSL | hsl(18, 84%, 48%) |
| CMYK | cmyk(0%, 64%, 92%, 13%) |
| LAB | lab(53.5 53.5 59.4) |
| LCH | lch(53.5 79.9 48.0) |
| OKLCH | oklch(0.619 0.189 39.3) |
Copy-ready code
/* CSS */
color: #df5013;
background-color: #df5013;
/* Tailwind (arbitrary) */
class="text-[#df5013] bg-[#df5013]"
/* SCSS */
$brand: #df5013;
/* SwiftUI */
Color(red: 0.875, green: 0.314, blue: 0.075)
/* Android */
Color.parseColor("#df5013")Accessibility — WCAG contrast
Aa
#df5013 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5013 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow91.5%
Key (black)12.5%
Color previews
#df5013 text on a black background
contrast 5.29:1
Card sample
#df5013 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5013;
Background color
Panel with #df5013 background
background-color: #df5013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 80, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 80, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5013; background: linear-gradient(135deg, #df5013, #DFD813);