#826621
a dark, vivid yellow · warm · closest name: olive
RGB
130, 102, 33
HSL
43°, 60%, 32%
CMYK
0, 22, 75, 49
Luminance
0.1436
Every format
| HEX | #826621 |
| RGB | rgb(130, 102, 33) |
| HSL | hsl(43, 60%, 32%) |
| CMYK | cmyk(0%, 22%, 75%, 49%) |
| LAB | lab(44.7 3.7 41.4) |
| LCH | lch(44.7 41.5 84.9) |
| OKLCH | oklch(0.525 0.092 86.0) |
Copy-ready code
/* CSS */
color: #826621;
background-color: #826621;
/* Tailwind (arbitrary) */
class="text-[#826621] bg-[#826621]"
/* SCSS */
$brand: #826621;
/* SwiftUI */
Color(red: 0.510, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#826621")Accessibility — WCAG contrast
Aa
#826621 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#826621 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green40.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow74.6%
Key (black)49.0%
Color previews
#826621 text on a black background
contrast 3.87:1
Card sample
#826621 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #826621;
Background color
Panel with #826621 background
background-color: #826621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #826621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #826621; background: linear-gradient(135deg, #826621, #5D8221);