#da3721
a balanced, vivid red · warm · closest name: tomato
RGB
218, 55, 33
HSL
7°, 74%, 49%
CMYK
0, 75, 85, 15
Luminance
0.1775
Every format
| HEX | #da3721 |
| RGB | rgb(218, 55, 33) |
| HSL | hsl(7, 74%, 49%) |
| CMYK | cmyk(0%, 75%, 85%, 15%) |
| LAB | lab(49.2 61.5 50.3) |
| LCH | lch(49.2 79.5 39.3) |
| OKLCH | oklch(0.586 0.203 31.1) |
Copy-ready code
/* CSS */
color: #da3721;
background-color: #da3721;
/* Tailwind (arbitrary) */
class="text-[#da3721] bg-[#da3721]"
/* SCSS */
$brand: #da3721;
/* SwiftUI */
Color(red: 0.855, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#da3721")Accessibility — WCAG contrast
Aa
#da3721 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#da3721 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green21.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow84.9%
Key (black)14.5%
Color previews
#da3721 text on a black background
contrast 4.55:1
Card sample
#da3721 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da3721;
Background color
Panel with #da3721 background
background-color: #da3721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da3721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da3721; background: linear-gradient(135deg, #da3721, #DAB221);