#867c13
a dark, electric yellow · cool · closest name: olive
RGB
134, 124, 19
HSL
55°, 75%, 30%
CMYK
0, 8, 86, 48
Luminance
0.1953
Every format
| HEX | #867c13 |
| RGB | rgb(134, 124, 19) |
| HSL | hsl(55, 75%, 30%) |
| CMYK | cmyk(0%, 8%, 86%, 48%) |
| LAB | lab(51.3 -7.5 52.6) |
| LCH | lch(51.3 53.1 98.1) |
| OKLCH | oklch(0.578 0.116 103.5) |
Copy-ready code
/* CSS */
color: #867c13;
background-color: #867c13;
/* Tailwind (arbitrary) */
class="text-[#867c13] bg-[#867c13]"
/* SCSS */
$brand: #867c13;
/* SwiftUI */
Color(red: 0.525, green: 0.486, blue: 0.075)
/* Android */
Color.parseColor("#867c13")Accessibility — WCAG contrast
Aa
#867c13 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#867c13 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green48.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow85.8%
Key (black)47.5%
Color previews
#867c13 text on a black background
contrast 4.91:1
Card sample
#867c13 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #867c13;
Background color
Panel with #867c13 background
background-color: #867c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #867c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 124, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 124, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #867c13; background: linear-gradient(135deg, #867c13, #438613);