#d04f13
a dark, electric orange · warm · closest name: chocolate
RGB
208, 79, 19
HSL
19°, 83%, 45%
CMYK
0, 62, 91, 18
Luminance
0.1905
Every format
| HEX | #d04f13 |
| RGB | rgb(208, 79, 19) |
| HSL | hsl(19, 83%, 45%) |
| CMYK | cmyk(0%, 62%, 91%, 18%) |
| LAB | lab(50.8 48.6 56.3) |
| LCH | lch(50.8 74.4 49.2) |
| OKLCH | oklch(0.594 0.175 40.7) |
Copy-ready code
/* CSS */
color: #d04f13;
background-color: #d04f13;
/* Tailwind (arbitrary) */
class="text-[#d04f13] bg-[#d04f13]"
/* SCSS */
$brand: #d04f13;
/* SwiftUI */
Color(red: 0.816, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#d04f13")Accessibility — WCAG contrast
Aa
#d04f13 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d04f13 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green31.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow90.9%
Key (black)18.4%
Color previews
#d04f13 text on a black background
contrast 4.81:1
Card sample
#d04f13 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d04f13;
Background color
Panel with #d04f13 background
background-color: #d04f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d04f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d04f13; background: linear-gradient(135deg, #d04f13, #D0CD13);