#db3e39
a balanced, vivid red · warm · closest name: firebrick
RGB
219, 62, 57
HSL
2°, 69%, 54%
CMYK
0, 72, 74, 14
Luminance
0.1880
Every format
| HEX | #db3e39 |
| RGB | rgb(219, 62, 57) |
| HSL | hsl(2, 69%, 54%) |
| CMYK | cmyk(0%, 72%, 74%, 14%) |
| LAB | lab(50.5 60.2 39.2) |
| LCH | lch(50.5 71.8 33.1) |
| OKLCH | oklch(0.596 0.195 26.8) |
Copy-ready code
/* CSS */
color: #db3e39;
background-color: #db3e39;
/* Tailwind (arbitrary) */
class="text-[#db3e39] bg-[#db3e39]"
/* SCSS */
$brand: #db3e39;
/* SwiftUI */
Color(red: 0.859, green: 0.243, blue: 0.224)
/* Android */
Color.parseColor("#db3e39")Accessibility — WCAG contrast
Aa
#db3e39 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3e39 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow74.0%
Key (black)14.1%
Color previews
#db3e39 text on a black background
contrast 4.76:1
Card sample
#db3e39 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3e39;
Background color
Panel with #db3e39 background
background-color: #db3e39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3e39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 62, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 62, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3e39; background: linear-gradient(135deg, #db3e39, #DBAA39);