#db2f13
a balanced, electric red · warm · closest name: tomato
RGB
219, 47, 19
HSL
8°, 84%, 47%
CMYK
0, 79, 91, 14
Luminance
0.1714
Every format
| HEX | #db2f13 |
| RGB | rgb(219, 47, 19) |
| HSL | hsl(8, 84%, 47%) |
| CMYK | cmyk(0%, 79%, 91%, 14%) |
| LAB | lab(48.4 64.0 55.6) |
| LCH | lch(48.4 84.8 41.0) |
| OKLCH | oklch(0.580 0.211 31.7) |
Copy-ready code
/* CSS */
color: #db2f13;
background-color: #db2f13;
/* Tailwind (arbitrary) */
class="text-[#db2f13] bg-[#db2f13]"
/* SCSS */
$brand: #db2f13;
/* SwiftUI */
Color(red: 0.859, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#db2f13")Accessibility — WCAG contrast
Aa
#db2f13 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#db2f13 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow91.3%
Key (black)14.1%
Color previews
#db2f13 text on a black background
contrast 4.43:1
Card sample
#db2f13 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db2f13;
Background color
Panel with #db2f13 background
background-color: #db2f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db2f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db2f13; background: linear-gradient(135deg, #db2f13, #DBB413);