#db5e13
a balanced, electric orange · warm · closest name: chocolate
RGB
219, 94, 19
HSL
23°, 84%, 47%
CMYK
0, 57, 91, 14
Luminance
0.2311
Every format
| HEX | #db5e13 |
| RGB | rgb(219, 94, 19) |
| HSL | hsl(23, 84%, 47%) |
| CMYK | cmyk(0%, 57%, 91%, 14%) |
| LAB | lab(55.2 45.8 60.3) |
| LCH | lch(55.2 75.7 52.8) |
| OKLCH | oklch(0.631 0.174 44.8) |
Copy-ready code
/* CSS */
color: #db5e13;
background-color: #db5e13;
/* Tailwind (arbitrary) */
class="text-[#db5e13] bg-[#db5e13]"
/* SCSS */
$brand: #db5e13;
/* SwiftUI */
Color(red: 0.859, green: 0.369, blue: 0.075)
/* Android */
Color.parseColor("#db5e13")Accessibility — WCAG contrast
Aa
#db5e13 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db5e13 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green36.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow91.3%
Key (black)14.1%
Color previews
#db5e13 text on a black background
contrast 5.62:1
Card sample
#db5e13 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db5e13;
Background color
Panel with #db5e13 background
background-color: #db5e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db5e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 94, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 94, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db5e13; background: linear-gradient(135deg, #db5e13, #D3DB13);