#804021
a dark, vivid orange · warm · closest name: sienna
RGB
128, 64, 33
HSL
20°, 59%, 32%
CMYK
0, 50, 74, 50
Luminance
0.0837
Every format
| HEX | #804021 |
| RGB | rgb(128, 64, 33) |
| HSL | hsl(20, 59%, 32%) |
| CMYK | cmyk(0%, 50%, 74%, 50%) |
| LAB | lab(34.7 25.1 30.8) |
| LCH | lch(34.7 39.7 50.9) |
| OKLCH | oklch(0.447 0.099 44.9) |
Copy-ready code
/* CSS */
color: #804021;
background-color: #804021;
/* Tailwind (arbitrary) */
class="text-[#804021] bg-[#804021]"
/* SCSS */
$brand: #804021;
/* SwiftUI */
Color(red: 0.502, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#804021")Accessibility — WCAG contrast
Aa
#804021 on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#804021 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow74.2%
Key (black)49.8%
Color previews
#804021 text on a black background
contrast 2.67:1
Card sample
#804021 text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #804021;
Background color
Panel with #804021 background
background-color: #804021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #804021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #804021; background: linear-gradient(135deg, #804021, #807F21);