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