#86751f
a dark, vivid yellow · cool · closest name: olive
RGB
134, 117, 31
HSL
50°, 62%, 32%
CMYK
0, 13, 77, 48
Luminance
0.1789
Every format
| HEX | #86751f |
| RGB | rgb(134, 117, 31) |
| HSL | hsl(50, 62%, 32%) |
| CMYK | cmyk(0%, 13%, 77%, 48%) |
| LAB | lab(49.4 -3.1 46.9) |
| LCH | lch(49.4 47.0 93.8) |
| OKLCH | oklch(0.562 0.104 97.5) |
Copy-ready code
/* CSS */
color: #86751f;
background-color: #86751f;
/* Tailwind (arbitrary) */
class="text-[#86751f] bg-[#86751f]"
/* SCSS */
$brand: #86751f;
/* SwiftUI */
Color(red: 0.525, green: 0.459, blue: 0.122)
/* Android */
Color.parseColor("#86751f")Accessibility — WCAG contrast
Aa
#86751f on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#86751f on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green45.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow76.9%
Key (black)47.5%
Color previews
#86751f text on a black background
contrast 4.58:1
Card sample
#86751f text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86751f;
Background color
Panel with #86751f background
background-color: #86751f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86751f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 117, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 117, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86751f; background: linear-gradient(135deg, #86751f, #52861F);