#867607
a dark, electric yellow · cool · closest name: olive
RGB
134, 118, 7
HSL
52°, 90%, 28%
CMYK
0, 12, 95, 48
Luminance
0.1804
Every format
| HEX | #867607 |
| RGB | rgb(134, 118, 7) |
| HSL | hsl(52, 90%, 28%) |
| CMYK | cmyk(0%, 12%, 95%, 48%) |
| LAB | lab(49.5 -4.5 53.8) |
| LCH | lch(49.5 54.0 94.7) |
| OKLCH | oklch(0.564 0.115 99.6) |
Copy-ready code
/* CSS */
color: #867607;
background-color: #867607;
/* Tailwind (arbitrary) */
class="text-[#867607] bg-[#867607]"
/* SCSS */
$brand: #867607;
/* SwiftUI */
Color(red: 0.525, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#867607")Accessibility — WCAG contrast
Aa
#867607 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#867607 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow94.8%
Key (black)47.5%
Color previews
#867607 text on a black background
contrast 4.61:1
Card sample
#867607 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #867607;
Background color
Panel with #867607 background
background-color: #867607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #867607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #867607; background: linear-gradient(135deg, #867607, #418607);