#826607
a dark, electric yellow · cool · closest name: olive
RGB
130, 102, 7
HSL
46°, 90%, 27%
CMYK
0, 22, 95, 49
Luminance
0.1426
Every format
| HEX | #826607 |
| RGB | rgb(130, 102, 7) |
| HSL | hsl(46, 90%, 27%) |
| CMYK | cmyk(0%, 22%, 95%, 49%) |
| LAB | lab(44.6 2.8 49.9) |
| LCH | lch(44.6 50.0 86.8) |
| OKLCH | oklch(0.524 0.105 89.3) |
Copy-ready code
/* CSS */
color: #826607;
background-color: #826607;
/* Tailwind (arbitrary) */
class="text-[#826607] bg-[#826607]"
/* SCSS */
$brand: #826607;
/* SwiftUI */
Color(red: 0.510, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#826607")Accessibility — WCAG contrast
Aa
#826607 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#826607 on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow94.6%
Key (black)49.0%
Color previews
#826607 text on a black background
contrast 3.85:1
Card sample
#826607 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #826607;
Background color
Panel with #826607 background
background-color: #826607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #826607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #826607; background: linear-gradient(135deg, #826607, #4C8207);