#db4f49
a balanced, vivid red · warm · closest name: firebrick
RGB
219, 79, 73
HSL
3°, 67%, 57%
CMYK
0, 64, 67, 14
Luminance
0.2113
Every format
| HEX | #db4f49 |
| RGB | rgb(219, 79, 73) |
| HSL | hsl(3, 67%, 57%) |
| CMYK | cmyk(0%, 64%, 67%, 14%) |
| LAB | lab(53.1 54.3 33.2) |
| LCH | lch(53.1 63.7 31.4) |
| OKLCH | oklch(0.617 0.177 26.1) |
Copy-ready code
/* CSS */
color: #db4f49;
background-color: #db4f49;
/* Tailwind (arbitrary) */
class="text-[#db4f49] bg-[#db4f49]"
/* SCSS */
$brand: #db4f49;
/* SwiftUI */
Color(red: 0.859, green: 0.310, blue: 0.286)
/* Android */
Color.parseColor("#db4f49")Accessibility — WCAG contrast
Aa
#db4f49 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4f49 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green31.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow66.7%
Key (black)14.1%
Color previews
#db4f49 text on a black background
contrast 5.23:1
Card sample
#db4f49 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4f49;
Background color
Panel with #db4f49 background
background-color: #db4f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 79, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 79, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4f49; background: linear-gradient(135deg, #db4f49, #DBB149);