#867006
a dark, electric yellow · cool · closest name: olive
RGB
134, 112, 6
HSL
50°, 91%, 28%
CMYK
0, 16, 96, 48
Luminance
0.1667
Every format
| HEX | #867006 |
| RGB | rgb(134, 112, 6) |
| HSL | hsl(50, 91%, 28%) |
| CMYK | cmyk(0%, 16%, 96%, 48%) |
| LAB | lab(47.8 -1.1 52.7) |
| LCH | lch(47.8 52.8 91.2) |
| OKLCH | oklch(0.550 0.111 95.1) |
Copy-ready code
/* CSS */
color: #867006;
background-color: #867006;
/* Tailwind (arbitrary) */
class="text-[#867006] bg-[#867006]"
/* SCSS */
$brand: #867006;
/* SwiftUI */
Color(red: 0.525, green: 0.439, blue: 0.024)
/* Android */
Color.parseColor("#867006")Accessibility — WCAG contrast
Aa
#867006 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#867006 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green43.9%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow95.5%
Key (black)47.5%
Color previews
#867006 text on a black background
contrast 4.33:1
Card sample
#867006 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #867006;
Background color
Panel with #867006 background
background-color: #867006;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #867006;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 112, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 112, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #867006; background: linear-gradient(135deg, #867006, #478606);