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