#86830b
a dark, electric yellow · cool · “olive”
RGB
134, 131, 11
HSL
59°, 85%, 28%
CMYK
0, 2, 92, 48
Luminance
0.2133
Every format
| HEX | #86830b |
| RGB | rgb(134, 131, 11) |
| HSL | hsl(59, 85%, 28%) |
| CMYK | cmyk(0%, 2%, 92%, 48%) |
| LAB | lab(53.3 -11.6 56.0) |
| LCH | lch(53.3 57.2 101.7) |
| OKLCH | oklch(0.594 0.125 108.0) |
Copy-ready code
/* CSS */
color: #86830b;
background-color: #86830b;
/* Tailwind (arbitrary) */
class="text-[#86830b] bg-[#86830b]"
/* SCSS */
$brand: #86830b;
/* SwiftUI */
Color(red: 0.525, green: 0.514, blue: 0.043)
/* Android */
Color.parseColor("#86830b")Accessibility — WCAG contrast
Aa
#86830b on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#86830b on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green51.4%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow91.8%
Key (black)47.5%
Color previews
#86830b text on a black background
contrast 5.27:1
Card sample
#86830b text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86830b;
Background color
Panel with #86830b background
background-color: #86830b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86830b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 131, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 131, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86830b; background: linear-gradient(135deg, #86830b, #37860B);