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