#db4e13
a balanced, electric orange · warm · closest name: tomato
RGB
219, 78, 19
HSL
18°, 84%, 47%
CMYK
0, 64, 91, 14
Luminance
0.2056
Every format
| HEX | #db4e13 |
| RGB | rgb(219, 78, 19) |
| HSL | hsl(18, 84%, 47%) |
| CMYK | cmyk(0%, 64%, 91%, 14%) |
| LAB | lab(52.5 52.9 58.3) |
| LCH | lch(52.5 78.8 47.8) |
| OKLCH | oklch(0.610 0.187 39.1) |
Copy-ready code
/* CSS */
color: #db4e13;
background-color: #db4e13;
/* Tailwind (arbitrary) */
class="text-[#db4e13] bg-[#db4e13]"
/* SCSS */
$brand: #db4e13;
/* SwiftUI */
Color(red: 0.859, green: 0.306, blue: 0.075)
/* Android */
Color.parseColor("#db4e13")Accessibility — WCAG contrast
Aa
#db4e13 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db4e13 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green30.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow91.3%
Key (black)14.1%
Color previews
#db4e13 text on a black background
contrast 5.11:1
Card sample
#db4e13 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db4e13;
Background color
Panel with #db4e13 background
background-color: #db4e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db4e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 78, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 78, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db4e13; background: linear-gradient(135deg, #db4e13, #DBD313);