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