#867835
a dark, soft yellow · cool · closest name: olive
RGB
134, 120, 53
HSL
50°, 43%, 37%
CMYK
0, 10, 60, 48
Luminance
0.1876
Every format
| HEX | #867835 |
| RGB | rgb(134, 120, 53) |
| HSL | hsl(50, 43%, 37%) |
| CMYK | cmyk(0%, 10%, 60%, 48%) |
| LAB | lab(50.4 -3.5 38.0) |
| LCH | lch(50.4 38.2 95.2) |
| OKLCH | oklch(0.571 0.089 97.6) |
Copy-ready code
/* CSS */
color: #867835;
background-color: #867835;
/* Tailwind (arbitrary) */
class="text-[#867835] bg-[#867835]"
/* SCSS */
$brand: #867835;
/* SwiftUI */
Color(red: 0.525, green: 0.471, blue: 0.208)
/* Android */
Color.parseColor("#867835")Accessibility — WCAG contrast
Aa
#867835 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#867835 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green47.1%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow60.4%
Key (black)47.5%
Color previews
#867835 text on a black background
contrast 4.75:1
Card sample
#867835 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #867835;
Background color
Panel with #867835 background
background-color: #867835;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #867835;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 120, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 120, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #867835; background: linear-gradient(135deg, #867835, #5E8635);