#db700f
a balanced, electric orange · warm · closest name: chocolate
RGB
219, 112, 15
HSL
29°, 87%, 46%
CMYK
0, 49, 93, 14
Luminance
0.2668
Every format
| HEX | #db700f |
| RGB | rgb(219, 112, 15) |
| HSL | hsl(29, 87%, 46%) |
| CMYK | cmyk(0%, 49%, 93%, 14%) |
| LAB | lab(58.7 36.8 63.7) |
| LCH | lch(58.7 73.5 60.0) |
| OKLCH | oklch(0.657 0.162 53.4) |
Copy-ready code
/* CSS */
color: #db700f;
background-color: #db700f;
/* Tailwind (arbitrary) */
class="text-[#db700f] bg-[#db700f]"
/* SCSS */
$brand: #db700f;
/* SwiftUI */
Color(red: 0.859, green: 0.439, blue: 0.059)
/* Android */
Color.parseColor("#db700f")Accessibility — WCAG contrast
Aa
#db700f on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db700f on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green43.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow93.2%
Key (black)14.1%
Color previews
#db700f text on a black background
contrast 6.34:1
Card sample
#db700f text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db700f;
Background color
Panel with #db700f background
background-color: #db700f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db700f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 112, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 112, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db700f; background: linear-gradient(135deg, #db700f, #BEDB0F);