#df7019
a balanced, electric orange · warm · closest name: chocolate
RGB
223, 112, 25
HSL
26°, 80%, 49%
CMYK
0, 50, 89, 13
Luminance
0.2735
Every format
| HEX | #df7019 |
| RGB | rgb(223, 112, 25) |
| HSL | hsl(26, 80%, 49%) |
| CMYK | cmyk(0%, 50%, 89%, 13%) |
| LAB | lab(59.3 38.5 61.8) |
| LCH | lch(59.3 72.8 58.0) |
| OKLCH | oklch(0.663 0.164 51.4) |
Copy-ready code
/* CSS */
color: #df7019;
background-color: #df7019;
/* Tailwind (arbitrary) */
class="text-[#df7019] bg-[#df7019]"
/* SCSS */
$brand: #df7019;
/* SwiftUI */
Color(red: 0.875, green: 0.439, blue: 0.098)
/* Android */
Color.parseColor("#df7019")Accessibility — WCAG contrast
Aa
#df7019 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7019 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.9%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow88.8%
Key (black)12.5%
Color previews
#df7019 text on a black background
contrast 6.47:1
Card sample
#df7019 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7019;
Background color
Panel with #df7019 background
background-color: #df7019;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7019;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 112, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 112, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7019; background: linear-gradient(135deg, #df7019, #CADF19);