#db4e39
a balanced, vivid red · warm · closest name: tomato
RGB
219, 78, 57
HSL
8°, 69%, 54%
CMYK
0, 64, 74, 14
Luminance
0.2080
Every format
| HEX | #db4e39 |
| RGB | rgb(219, 78, 57) |
| HSL | hsl(8, 69%, 54%) |
| CMYK | cmyk(0%, 64%, 74%, 14%) |
| LAB | lab(52.7 54.0 41.7) |
| LCH | lch(52.7 68.2 37.7) |
| OKLCH | oklch(0.613 0.180 31.2) |
Copy-ready code
/* CSS */
color: #db4e39;
background-color: #db4e39;
/* Tailwind (arbitrary) */
class="text-[#db4e39] bg-[#db4e39]"
/* SCSS */
$brand: #db4e39;
/* SwiftUI */
Color(red: 0.859, green: 0.306, blue: 0.224)
/* Android */
Color.parseColor("#db4e39")Accessibility — WCAG contrast
Aa
#db4e39 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4e39 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green30.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow74.0%
Key (black)14.1%
Color previews
#db4e39 text on a black background
contrast 5.16:1
Card sample
#db4e39 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4e39;
Background color
Panel with #db4e39 background
background-color: #db4e39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4e39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 78, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 78, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4e39; background: linear-gradient(135deg, #db4e39, #DBBA39);