#db7e13
a balanced, electric orange · warm · closest name: chocolate
RGB
219, 126, 19
HSL
32°, 84%, 47%
CMYK
0, 43, 91, 14
Luminance
0.3003
Every format
| HEX | #db7e13 |
| RGB | rgb(219, 126, 19) |
| HSL | hsl(32, 84%, 47%) |
| CMYK | cmyk(0%, 43%, 91%, 14%) |
| LAB | lab(61.7 29.6 64.9) |
| LCH | lch(61.7 71.3 65.5) |
| OKLCH | oklch(0.681 0.154 60.7) |
Copy-ready code
/* CSS */
color: #db7e13;
background-color: #db7e13;
/* Tailwind (arbitrary) */
class="text-[#db7e13] bg-[#db7e13]"
/* SCSS */
$brand: #db7e13;
/* SwiftUI */
Color(red: 0.859, green: 0.494, blue: 0.075)
/* Android */
Color.parseColor("#db7e13")Accessibility — WCAG contrast
Aa
#db7e13 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db7e13 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green49.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow91.3%
Key (black)14.1%
Color previews
#db7e13 text on a black background
contrast 7.01:1
Card sample
#db7e13 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7e13;
Background color
Panel with #db7e13 background
background-color: #db7e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 126, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 126, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7e13; background: linear-gradient(135deg, #db7e13, #B3DB13);