#df4813
a balanced, electric orange · warm · closest name: tomato
RGB
223, 72, 19
HSL
16°, 84%, 48%
CMYK
0, 68, 92, 13
Luminance
0.2037
Every format
| HEX | #df4813 |
| RGB | rgb(223, 72, 19) |
| HSL | hsl(16, 84%, 48%) |
| CMYK | cmyk(0%, 68%, 92%, 13%) |
| LAB | lab(52.3 56.7 58.5) |
| LCH | lch(52.3 81.5 45.9) |
| OKLCH | oklch(0.610 0.196 36.9) |
Copy-ready code
/* CSS */
color: #df4813;
background-color: #df4813;
/* Tailwind (arbitrary) */
class="text-[#df4813] bg-[#df4813]"
/* SCSS */
$brand: #df4813;
/* SwiftUI */
Color(red: 0.875, green: 0.282, blue: 0.075)
/* Android */
Color.parseColor("#df4813")Accessibility — WCAG contrast
Aa
#df4813 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4813 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow91.5%
Key (black)12.5%
Color previews
#df4813 text on a black background
contrast 5.07:1
Card sample
#df4813 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4813;
Background color
Panel with #df4813 background
background-color: #df4813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 72, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 72, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4813; background: linear-gradient(135deg, #df4813, #DFD013);