#836713
a dark, vivid yellow · cool · closest name: olive
RGB
131, 103, 19
HSL
45°, 75%, 29%
CMYK
0, 21, 86, 49
Luminance
0.1457
Every format
| HEX | #836713 |
| RGB | rgb(131, 103, 19) |
| HSL | hsl(45, 75%, 29%) |
| CMYK | cmyk(0%, 21%, 86%, 49%) |
| LAB | lab(45.0 3.0 47.1) |
| LCH | lch(45.0 47.2 86.4) |
| OKLCH | oklch(0.527 0.101 88.4) |
Copy-ready code
/* CSS */
color: #836713;
background-color: #836713;
/* Tailwind (arbitrary) */
class="text-[#836713] bg-[#836713]"
/* SCSS */
$brand: #836713;
/* SwiftUI */
Color(red: 0.514, green: 0.404, blue: 0.075)
/* Android */
Color.parseColor("#836713")Accessibility — WCAG contrast
Aa
#836713 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#836713 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green40.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta21.4%
Yellow85.5%
Key (black)48.6%
Color previews
#836713 text on a black background
contrast 3.91:1
Card sample
#836713 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #836713;
Background color
Panel with #836713 background
background-color: #836713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #836713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 103, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 103, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #836713; background: linear-gradient(135deg, #836713, #548313);