#da4713
a balanced, electric orange · warm · closest name: tomato
RGB
218, 71, 19
HSL
16°, 84%, 47%
CMYK
0, 67, 91, 15
Luminance
0.1946
Every format
| HEX | #da4713 |
| RGB | rgb(218, 71, 19) |
| HSL | hsl(16, 84%, 47%) |
| CMYK | cmyk(0%, 67%, 91%, 15%) |
| LAB | lab(51.2 55.5 57.4) |
| LCH | lch(51.2 79.8 46.0) |
| OKLCH | oklch(0.601 0.192 37.1) |
Copy-ready code
/* CSS */
color: #da4713;
background-color: #da4713;
/* Tailwind (arbitrary) */
class="text-[#da4713] bg-[#da4713]"
/* SCSS */
$brand: #da4713;
/* SwiftUI */
Color(red: 0.855, green: 0.278, blue: 0.075)
/* Android */
Color.parseColor("#da4713")Accessibility — WCAG contrast
Aa
#da4713 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da4713 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green27.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow91.3%
Key (black)14.5%
Color previews
#da4713 text on a black background
contrast 4.89:1
Card sample
#da4713 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da4713;
Background color
Panel with #da4713 background
background-color: #da4713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da4713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 71, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 71, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da4713; background: linear-gradient(135deg, #da4713, #DACC13);