#da3521
a balanced, vivid red · warm · closest name: tomato
RGB
218, 53, 33
HSL
7°, 74%, 49%
CMYK
0, 76, 85, 15
Luminance
0.1756
Every format
| HEX | #da3521 |
| RGB | rgb(218, 53, 33) |
| HSL | hsl(7, 74%, 49%) |
| CMYK | cmyk(0%, 76%, 85%, 15%) |
| LAB | lab(49.0 62.2 50.1) |
| LCH | lch(49.0 79.9 38.9) |
| OKLCH | oklch(0.584 0.204 30.7) |
Copy-ready code
/* CSS */
color: #da3521;
background-color: #da3521;
/* Tailwind (arbitrary) */
class="text-[#da3521] bg-[#da3521]"
/* SCSS */
$brand: #da3521;
/* SwiftUI */
Color(red: 0.855, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#da3521")Accessibility — WCAG contrast
Aa
#da3521 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#da3521 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow84.9%
Key (black)14.5%
Color previews
#da3521 text on a black background
contrast 4.51:1
Card sample
#da3521 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da3521;
Background color
Panel with #da3521 background
background-color: #da3521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da3521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da3521; background: linear-gradient(135deg, #da3521, #DAB021);