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