#784c22
a dark, vivid orange · warm · closest name: sienna
RGB
120, 76, 34
HSL
29°, 56%, 30%
CMYK
0, 37, 72, 53
Luminance
0.0928
Every format
| HEX | #784c22 |
| RGB | rgb(120, 76, 34) |
| HSL | hsl(29, 56%, 30%) |
| CMYK | cmyk(0%, 37%, 72%, 53%) |
| LAB | lab(36.5 14.5 31.9) |
| LCH | lch(36.5 35.0 65.6) |
| OKLCH | oklch(0.458 0.082 61.8) |
Copy-ready code
/* CSS */
color: #784c22;
background-color: #784c22;
/* Tailwind (arbitrary) */
class="text-[#784c22] bg-[#784c22]"
/* SCSS */
$brand: #784c22;
/* SwiftUI */
Color(red: 0.471, green: 0.298, blue: 0.133)
/* Android */
Color.parseColor("#784c22")Accessibility — WCAG contrast
Aa
#784c22 on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#784c22 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green29.8%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow71.7%
Key (black)52.9%
Color previews
#784c22 text on a black background
contrast 2.86:1
Card sample
#784c22 text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #784c22;
Background color
Panel with #784c22 background
background-color: #784c22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #784c22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 76, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 76, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #784c22; background: linear-gradient(135deg, #784c22, #6B7822);