#805021
a dark, vivid orange · warm · closest name: sienna
RGB
128, 80, 33
HSL
30°, 59%, 32%
CMYK
0, 38, 74, 50
Luminance
0.1044
Every format
| HEX | #805021 |
| RGB | rgb(128, 80, 33) |
| HSL | hsl(30, 59%, 32%) |
| CMYK | cmyk(0%, 38%, 74%, 50%) |
| LAB | lab(38.6 15.7 35.0) |
| LCH | lch(38.6 38.4 65.8) |
| OKLCH | oklch(0.477 0.089 62.0) |
Copy-ready code
/* CSS */
color: #805021;
background-color: #805021;
/* Tailwind (arbitrary) */
class="text-[#805021] bg-[#805021]"
/* SCSS */
$brand: #805021;
/* SwiftUI */
Color(red: 0.502, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#805021")Accessibility — WCAG contrast
Aa
#805021 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#805021 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow74.2%
Key (black)49.8%
Color previews
#805021 text on a black background
contrast 3.09:1
Card sample
#805021 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #805021;
Background color
Panel with #805021 background
background-color: #805021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #805021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #805021; background: linear-gradient(135deg, #805021, #718021);