#df5116
a balanced, electric orange · warm · closest name: tomato
RGB
223, 81, 22
HSL
18°, 82%, 48%
CMYK
0, 64, 90, 13
Luminance
0.2163
Every format
| HEX | #df5116 |
| RGB | rgb(223, 81, 22) |
| HSL | hsl(18, 82%, 48%) |
| CMYK | cmyk(0%, 64%, 90%, 13%) |
| LAB | lab(53.6 53.1 58.5) |
| LCH | lch(53.6 79.0 47.8) |
| OKLCH | oklch(0.620 0.188 39.2) |
Copy-ready code
/* CSS */
color: #df5116;
background-color: #df5116;
/* Tailwind (arbitrary) */
class="text-[#df5116] bg-[#df5116]"
/* SCSS */
$brand: #df5116;
/* SwiftUI */
Color(red: 0.875, green: 0.318, blue: 0.086)
/* Android */
Color.parseColor("#df5116")Accessibility — WCAG contrast
Aa
#df5116 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5116 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.8%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta63.7%
Yellow90.1%
Key (black)12.5%
Color previews
#df5116 text on a black background
contrast 5.33:1
Card sample
#df5116 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5116;
Background color
Panel with #df5116 background
background-color: #df5116;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5116;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 81, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 81, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5116; background: linear-gradient(135deg, #df5116, #DFD716);