#d04413
a dark, electric orange · warm · closest name: tomato
RGB
208, 68, 19
HSL
16°, 83%, 45%
CMYK
0, 67, 91, 18
Luminance
0.1759
Every format
| HEX | #d04413 |
| RGB | rgb(208, 68, 19) |
| HSL | hsl(16, 83%, 45%) |
| CMYK | cmyk(0%, 67%, 91%, 18%) |
| LAB | lab(49.0 53.3 55.0) |
| LCH | lch(49.0 76.6 45.9) |
| OKLCH | oklch(0.581 0.184 37.1) |
Copy-ready code
/* CSS */
color: #d04413;
background-color: #d04413;
/* Tailwind (arbitrary) */
class="text-[#d04413] bg-[#d04413]"
/* SCSS */
$brand: #d04413;
/* SwiftUI */
Color(red: 0.816, green: 0.267, blue: 0.075)
/* Android */
Color.parseColor("#d04413")Accessibility — WCAG contrast
Aa
#d04413 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d04413 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green26.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow90.9%
Key (black)18.4%
Color previews
#d04413 text on a black background
contrast 4.52:1
Card sample
#d04413 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d04413;
Background color
Panel with #d04413 background
background-color: #d04413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d04413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 68, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 68, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d04413; background: linear-gradient(135deg, #d04413, #D0C213);