#804f05
a dark, electric orange · warm · closest name: sienna
RGB
128, 79, 5
HSL
36°, 93%, 26%
CMYK
0, 38, 96, 50
Luminance
0.1019
Every format
| HEX | #804f05 |
| RGB | rgb(128, 79, 5) |
| HSL | hsl(36, 93%, 26%) |
| CMYK | cmyk(0%, 38%, 96%, 50%) |
| LAB | lab(38.2 15.3 45.5) |
| LCH | lch(38.2 48.1 71.4) |
| OKLCH | oklch(0.473 0.101 68.4) |
Copy-ready code
/* CSS */
color: #804f05;
background-color: #804f05;
/* Tailwind (arbitrary) */
class="text-[#804f05] bg-[#804f05]"
/* SCSS */
$brand: #804f05;
/* SwiftUI */
Color(red: 0.502, green: 0.310, blue: 0.020)
/* Android */
Color.parseColor("#804f05")Accessibility — WCAG contrast
Aa
#804f05 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#804f05 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green31.0%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow96.1%
Key (black)49.8%
Color previews
#804f05 text on a black background
contrast 3.04:1
Card sample
#804f05 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #804f05;
Background color
Panel with #804f05 background
background-color: #804f05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #804f05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 79, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 79, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #804f05; background: linear-gradient(135deg, #804f05, #5F8005);