#da4f2c
a balanced, vivid red · warm · closest name: tomato
RGB
218, 79, 44
HSL
12°, 70%, 51%
CMYK
0, 64, 80, 15
Luminance
0.2068
Every format
| HEX | #da4f2c |
| RGB | rgb(218, 79, 44) |
| HSL | hsl(12, 70%, 51%) |
| CMYK | cmyk(0%, 64%, 80%, 15%) |
| LAB | lab(52.6 52.7 48.2) |
| LCH | lch(52.6 71.5 42.4) |
| OKLCH | oklch(0.611 0.181 35.1) |
Copy-ready code
/* CSS */
color: #da4f2c;
background-color: #da4f2c;
/* Tailwind (arbitrary) */
class="text-[#da4f2c] bg-[#da4f2c]"
/* SCSS */
$brand: #da4f2c;
/* SwiftUI */
Color(red: 0.855, green: 0.310, blue: 0.173)
/* Android */
Color.parseColor("#da4f2c")Accessibility — WCAG contrast
Aa
#da4f2c on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#da4f2c on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green31.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow79.8%
Key (black)14.5%
Color previews
#da4f2c text on a black background
contrast 5.14:1
Card sample
#da4f2c text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #da4f2c;
Background color
Panel with #da4f2c background
background-color: #da4f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #da4f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 79, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 79, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #da4f2c; background: linear-gradient(135deg, #da4f2c, #DAC32C);