#db3e13
a balanced, electric red · warm · closest name: tomato
RGB
219, 62, 19
HSL
13°, 84%, 47%
CMYK
0, 72, 91, 14
Luminance
0.1855
Every format
| HEX | #db3e13 |
| RGB | rgb(219, 62, 19) |
| HSL | hsl(13, 84%, 47%) |
| CMYK | cmyk(0%, 72%, 91%, 14%) |
| LAB | lab(50.2 59.2 56.8) |
| LCH | lch(50.2 82.0 43.8) |
| OKLCH | oklch(0.593 0.200 34.7) |
Copy-ready code
/* CSS */
color: #db3e13;
background-color: #db3e13;
/* Tailwind (arbitrary) */
class="text-[#db3e13] bg-[#db3e13]"
/* SCSS */
$brand: #db3e13;
/* SwiftUI */
Color(red: 0.859, green: 0.243, blue: 0.075)
/* Android */
Color.parseColor("#db3e13")Accessibility — WCAG contrast
Aa
#db3e13 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db3e13 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green24.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow91.3%
Key (black)14.1%
Color previews
#db3e13 text on a black background
contrast 4.71:1
Card sample
#db3e13 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db3e13;
Background color
Panel with #db3e13 background
background-color: #db3e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db3e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 62, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 62, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db3e13; background: linear-gradient(135deg, #db3e13, #DBC313);