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