#df4511
a balanced, electric orange · warm · closest name: tomato
RGB
223, 69, 17
HSL
15°, 86%, 47%
CMYK
0, 69, 92, 13
Luminance
0.1998
Every format
| HEX | #df4511 |
| RGB | rgb(223, 69, 17) |
| HSL | hsl(15, 86%, 47%) |
| CMYK | cmyk(0%, 69%, 92%, 13%) |
| LAB | lab(51.8 57.9 58.9) |
| LCH | lch(51.8 82.5 45.5) |
| OKLCH | oklch(0.607 0.199 36.4) |
Copy-ready code
/* CSS */
color: #df4511;
background-color: #df4511;
/* Tailwind (arbitrary) */
class="text-[#df4511] bg-[#df4511]"
/* SCSS */
$brand: #df4511;
/* SwiftUI */
Color(red: 0.875, green: 0.271, blue: 0.067)
/* Android */
Color.parseColor("#df4511")Accessibility — WCAG contrast
Aa
#df4511 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4511 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.1%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow92.4%
Key (black)12.5%
Color previews
#df4511 text on a black background
contrast 5.00:1
Card sample
#df4511 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4511;
Background color
Panel with #df4511 background
background-color: #df4511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 69, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 69, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4511; background: linear-gradient(135deg, #df4511, #DFCE11);