#867f13
a dark, electric yellow · cool · closest name: olive
RGB
134, 127, 19
HSL
56°, 75%, 30%
CMYK
0, 5, 86, 48
Luminance
0.2029
Every format
| HEX | #867f13 |
| RGB | rgb(134, 127, 19) |
| HSL | hsl(56, 75%, 30%) |
| CMYK | cmyk(0%, 5%, 86%, 48%) |
| LAB | lab(52.2 -9.2 53.3) |
| LCH | lch(52.2 54.1 99.8) |
| OKLCH | oklch(0.585 0.119 105.5) |
Copy-ready code
/* CSS */
color: #867f13;
background-color: #867f13;
/* Tailwind (arbitrary) */
class="text-[#867f13] bg-[#867f13]"
/* SCSS */
$brand: #867f13;
/* SwiftUI */
Color(red: 0.525, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#867f13")Accessibility — WCAG contrast
Aa
#867f13 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#867f13 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green49.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow85.8%
Key (black)47.5%
Color previews
#867f13 text on a black background
contrast 5.06:1
Card sample
#867f13 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #867f13;
Background color
Panel with #867f13 background
background-color: #867f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #867f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #867f13; background: linear-gradient(135deg, #867f13, #408613);