#806321
a dark, vivid yellow · warm · closest name: sienna
RGB
128, 99, 33
HSL
42°, 59%, 32%
CMYK
0, 23, 74, 50
Luminance
0.1362
Every format
| HEX | #806321 |
| RGB | rgb(128, 99, 33) |
| HSL | hsl(42, 59%, 32%) |
| CMYK | cmyk(0%, 23%, 74%, 50%) |
| LAB | lab(43.7 4.5 40.2) |
| LCH | lch(43.7 40.5 83.6) |
| OKLCH | oklch(0.516 0.090 84.3) |
Copy-ready code
/* CSS */
color: #806321;
background-color: #806321;
/* Tailwind (arbitrary) */
class="text-[#806321] bg-[#806321]"
/* SCSS */
$brand: #806321;
/* SwiftUI */
Color(red: 0.502, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#806321")Accessibility — WCAG contrast
Aa
#806321 on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#806321 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow74.2%
Key (black)49.8%
Color previews
#806321 text on a black background
contrast 3.72:1
Card sample
#806321 text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #806321;
Background color
Panel with #806321 background
background-color: #806321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #806321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #806321; background: linear-gradient(135deg, #806321, #5E8021);