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