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