#867708
a dark, electric yellow · cool · closest name: olive
RGB
134, 119, 8
HSL
53°, 89%, 28%
CMYK
0, 11, 94, 48
Luminance
0.1828
Every format
| HEX | #867708 |
| RGB | rgb(134, 119, 8) |
| HSL | hsl(53, 89%, 28%) |
| CMYK | cmyk(0%, 11%, 94%, 48%) |
| LAB | lab(49.8 -5.0 53.9) |
| LCH | lch(49.8 54.1 95.3) |
| OKLCH | oklch(0.566 0.116 100.3) |
Copy-ready code
/* CSS */
color: #867708;
background-color: #867708;
/* Tailwind (arbitrary) */
class="text-[#867708] bg-[#867708]"
/* SCSS */
$brand: #867708;
/* SwiftUI */
Color(red: 0.525, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#867708")Accessibility — WCAG contrast
Aa
#867708 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#867708 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow94.0%
Key (black)47.5%
Color previews
#867708 text on a black background
contrast 4.66:1
Card sample
#867708 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #867708;
Background color
Panel with #867708 background
background-color: #867708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #867708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #867708; background: linear-gradient(135deg, #867708, #418608);