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