#da3921
a balanced, vivid red · warm · closest name: tomato
RGB
218, 57, 33
HSL
8°, 74%, 49%
CMYK
0, 74, 85, 15
Luminance
0.1794
Every format
| HEX | #da3921 |
| RGB | rgb(218, 57, 33) |
| HSL | hsl(8, 74%, 49%) |
| CMYK | cmyk(0%, 74%, 85%, 15%) |
| LAB | lab(49.4 60.9 50.5) |
| LCH | lch(49.4 79.1 39.7) |
| OKLCH | oklch(0.587 0.201 31.5) |
Copy-ready code
/* CSS */
color: #da3921;
background-color: #da3921;
/* Tailwind (arbitrary) */
class="text-[#da3921] bg-[#da3921]"
/* SCSS */
$brand: #da3921;
/* SwiftUI */
Color(red: 0.855, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#da3921")Accessibility — WCAG contrast
Aa
#da3921 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#da3921 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green22.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow84.9%
Key (black)14.5%
Color previews
#da3921 text on a black background
contrast 4.59:1
Card sample
#da3921 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da3921;
Background color
Panel with #da3921 background
background-color: #da3921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da3921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da3921; background: linear-gradient(135deg, #da3921, #DAB421);