#806621
a dark, vivid yellow · warm · closest name: olive
RGB
128, 102, 33
HSL
44°, 59%, 32%
CMYK
0, 20, 74, 50
Luminance
0.1420
Every format
| HEX | #806621 |
| RGB | rgb(128, 102, 33) |
| HSL | hsl(44, 59%, 32%) |
| CMYK | cmyk(0%, 20%, 74%, 50%) |
| LAB | lab(44.5 2.7 41.1) |
| LCH | lch(44.5 41.2 86.2) |
| OKLCH | oklch(0.523 0.092 87.6) |
Copy-ready code
/* CSS */
color: #806621;
background-color: #806621;
/* Tailwind (arbitrary) */
class="text-[#806621] bg-[#806621]"
/* SCSS */
$brand: #806621;
/* SwiftUI */
Color(red: 0.502, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#806621")Accessibility — WCAG contrast
Aa
#806621 on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#806621 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green40.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow74.2%
Key (black)49.8%
Color previews
#806621 text on a black background
contrast 3.84:1
Card sample
#806621 text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #806621;
Background color
Panel with #806621 background
background-color: #806621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #806621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #806621; background: linear-gradient(135deg, #806621, #5B8021);