#816716
a dark, vivid yellow · cool · closest name: olive
RGB
129, 103, 22
HSL
45°, 71%, 30%
CMYK
0, 20, 83, 49
Luminance
0.1443
Every format
| HEX | #816716 |
| RGB | rgb(129, 103, 22) |
| HSL | hsl(45, 71%, 30%) |
| CMYK | cmyk(0%, 20%, 83%, 49%) |
| LAB | lab(44.8 2.1 45.8) |
| LCH | lch(44.8 45.9 87.3) |
| OKLCH | oklch(0.525 0.099 89.6) |
Copy-ready code
/* CSS */
color: #816716;
background-color: #816716;
/* Tailwind (arbitrary) */
class="text-[#816716] bg-[#816716]"
/* SCSS */
$brand: #816716;
/* SwiftUI */
Color(red: 0.506, green: 0.404, blue: 0.086)
/* Android */
Color.parseColor("#816716")Accessibility — WCAG contrast
Aa
#816716 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#816716 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green40.4%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow82.9%
Key (black)49.4%
Color previews
#816716 text on a black background
contrast 3.89:1
Card sample
#816716 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #816716;
Background color
Panel with #816716 background
background-color: #816716;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #816716;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 103, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 103, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #816716; background: linear-gradient(135deg, #816716, #548116);