#784c0b
a dark, electric orange · warm · closest name: sienna
RGB
120, 76, 11
HSL
36°, 83%, 26%
CMYK
0, 37, 91, 53
Luminance
0.0919
Every format
| HEX | #784c0b |
| RGB | rgb(120, 76, 11) |
| HSL | hsl(36, 83%, 26%) |
| CMYK | cmyk(0%, 37%, 91%, 53%) |
| LAB | lab(36.3 13.5 41.9) |
| LCH | lch(36.3 44.0 72.2) |
| OKLCH | oklch(0.456 0.094 69.6) |
Copy-ready code
/* CSS */
color: #784c0b;
background-color: #784c0b;
/* Tailwind (arbitrary) */
class="text-[#784c0b] bg-[#784c0b]"
/* SCSS */
$brand: #784c0b;
/* SwiftUI */
Color(red: 0.471, green: 0.298, blue: 0.043)
/* Android */
Color.parseColor("#784c0b")Accessibility — WCAG contrast
Aa
#784c0b on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#784c0b on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green29.8%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow90.8%
Key (black)52.9%
Color previews
#784c0b text on a black background
contrast 2.84:1
Card sample
#784c0b text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #784c0b;
Background color
Panel with #784c0b background
background-color: #784c0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #784c0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 76, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 76, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #784c0b; background: linear-gradient(135deg, #784c0b, #5B780B);