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