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