#826708
a dark, electric yellow · cool · closest name: olive
RGB
130, 103, 8
HSL
47°, 88%, 27%
CMYK
0, 21, 94, 49
Luminance
0.1446
Every format
| HEX | #826708 |
| RGB | rgb(130, 103, 8) |
| HSL | hsl(47, 88%, 27%) |
| CMYK | cmyk(0%, 21%, 94%, 49%) |
| LAB | lab(44.9 2.2 49.9) |
| LCH | lch(44.9 49.9 87.5) |
| OKLCH | oklch(0.526 0.105 90.1) |
Copy-ready code
/* CSS */
color: #826708;
background-color: #826708;
/* Tailwind (arbitrary) */
class="text-[#826708] bg-[#826708]"
/* SCSS */
$brand: #826708;
/* SwiftUI */
Color(red: 0.510, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#826708")Accessibility — WCAG contrast
Aa
#826708 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#826708 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow93.8%
Key (black)49.0%
Color previews
#826708 text on a black background
contrast 3.89:1
Card sample
#826708 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #826708;
Background color
Panel with #826708 background
background-color: #826708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #826708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #826708; background: linear-gradient(135deg, #826708, #4C8208);