#da3c13
a balanced, electric red · warm · closest name: tomato
RGB
218, 60, 19
HSL
12°, 84%, 47%
CMYK
0, 73, 91, 15
Luminance
0.1818
Every format
| HEX | #da3c13 |
| RGB | rgb(218, 60, 19) |
| HSL | hsl(12, 84%, 47%) |
| CMYK | cmyk(0%, 73%, 91%, 15%) |
| LAB | lab(49.7 59.6 56.4) |
| LCH | lch(49.7 82.0 43.4) |
| OKLCH | oklch(0.589 0.201 34.3) |
Copy-ready code
/* CSS */
color: #da3c13;
background-color: #da3c13;
/* Tailwind (arbitrary) */
class="text-[#da3c13] bg-[#da3c13]"
/* SCSS */
$brand: #da3c13;
/* SwiftUI */
Color(red: 0.855, green: 0.235, blue: 0.075)
/* Android */
Color.parseColor("#da3c13")Accessibility — WCAG contrast
Aa
#da3c13 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#da3c13 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green23.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow91.3%
Key (black)14.5%
Color previews
#da3c13 text on a black background
contrast 4.64:1
Card sample
#da3c13 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da3c13;
Background color
Panel with #da3c13 background
background-color: #da3c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da3c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 60, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 60, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da3c13; background: linear-gradient(135deg, #da3c13, #DAC113);