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