#826921
a dark, vivid yellow · warm · closest name: olive
RGB
130, 105, 33
HSL
45°, 60%, 32%
CMYK
0, 19, 75, 49
Luminance
0.1496
Every format
| HEX | #826921 |
| RGB | rgb(130, 105, 33) |
| HSL | hsl(45, 60%, 32%) |
| CMYK | cmyk(0%, 19%, 75%, 49%) |
| LAB | lab(45.6 1.9 42.2) |
| LCH | lch(45.6 42.3 87.4) |
| OKLCH | oklch(0.532 0.094 89.2) |
Copy-ready code
/* CSS */
color: #826921;
background-color: #826921;
/* Tailwind (arbitrary) */
class="text-[#826921] bg-[#826921]"
/* SCSS */
$brand: #826921;
/* SwiftUI */
Color(red: 0.510, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#826921")Accessibility — WCAG contrast
Aa
#826921 on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#826921 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow74.6%
Key (black)49.0%
Color previews
#826921 text on a black background
contrast 3.99:1
Card sample
#826921 text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #826921;
Background color
Panel with #826921 background
background-color: #826921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #826921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #826921; background: linear-gradient(135deg, #826921, #5B8221);