#837607
a dark, electric yellow · cool · closest name: olive
RGB
131, 118, 7
HSL
54°, 90%, 27%
CMYK
0, 10, 95, 49
Luminance
0.1780
Every format
| HEX | #837607 |
| RGB | rgb(131, 118, 7) |
| HSL | hsl(54, 90%, 27%) |
| CMYK | cmyk(0%, 10%, 95%, 49%) |
| LAB | lab(49.3 -5.9 53.5) |
| LCH | lch(49.3 53.8 96.3) |
| OKLCH | oklch(0.560 0.115 101.6) |
Copy-ready code
/* CSS */
color: #837607;
background-color: #837607;
/* Tailwind (arbitrary) */
class="text-[#837607] bg-[#837607]"
/* SCSS */
$brand: #837607;
/* SwiftUI */
Color(red: 0.514, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#837607")Accessibility — WCAG contrast
Aa
#837607 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#837607 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow94.7%
Key (black)48.6%
Color previews
#837607 text on a black background
contrast 4.56:1
Card sample
#837607 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #837607;
Background color
Panel with #837607 background
background-color: #837607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #837607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #837607; background: linear-gradient(135deg, #837607, #3D8307);