#804321
a dark, vivid orange · warm · closest name: sienna
RGB
128, 67, 33
HSL
22°, 59%, 32%
CMYK
0, 48, 74, 50
Luminance
0.0871
Every format
| HEX | #804321 |
| RGB | rgb(128, 67, 33) |
| HSL | hsl(22, 59%, 32%) |
| CMYK | cmyk(0%, 48%, 74%, 50%) |
| LAB | lab(35.4 23.3 31.6) |
| LCH | lch(35.4 39.3 53.5) |
| OKLCH | oklch(0.452 0.096 47.8) |
Copy-ready code
/* CSS */
color: #804321;
background-color: #804321;
/* Tailwind (arbitrary) */
class="text-[#804321] bg-[#804321]"
/* SCSS */
$brand: #804321;
/* SwiftUI */
Color(red: 0.502, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#804321")Accessibility — WCAG contrast
Aa
#804321 on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#804321 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.7%
Yellow74.2%
Key (black)49.8%
Color previews
#804321 text on a black background
contrast 2.74:1
Card sample
#804321 text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #804321;
Background color
Panel with #804321 background
background-color: #804321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #804321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #804321; background: linear-gradient(135deg, #804321, #7E8021);