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