#837113
a dark, vivid yellow · cool · closest name: olive
RGB
131, 113, 19
HSL
50°, 75%, 29%
CMYK
0, 14, 86, 49
Luminance
0.1668
Every format
| HEX | #837113 |
| RGB | rgb(131, 113, 19) |
| HSL | hsl(50, 75%, 29%) |
| CMYK | cmyk(0%, 14%, 86%, 49%) |
| LAB | lab(47.9 -2.8 49.5) |
| LCH | lch(47.9 49.6 93.2) |
| OKLCH | oklch(0.550 0.107 97.3) |
Copy-ready code
/* CSS */
color: #837113;
background-color: #837113;
/* Tailwind (arbitrary) */
class="text-[#837113] bg-[#837113]"
/* SCSS */
$brand: #837113;
/* SwiftUI */
Color(red: 0.514, green: 0.443, blue: 0.075)
/* Android */
Color.parseColor("#837113")Accessibility — WCAG contrast
Aa
#837113 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#837113 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green44.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow85.5%
Key (black)48.6%
Color previews
#837113 text on a black background
contrast 4.34:1
Card sample
#837113 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #837113;
Background color
Panel with #837113 background
background-color: #837113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #837113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 113, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 113, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #837113; background: linear-gradient(135deg, #837113, #4A8313);