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