#856f39
a dark, soft yellow · warm · closest name: olive
RGB
133, 111, 57
HSL
43°, 40%, 37%
CMYK
0, 17, 57, 48
Luminance
0.1665
Every format
| HEX | #856f39 |
| RGB | rgb(133, 111, 57) |
| HSL | hsl(43, 40%, 37%) |
| CMYK | cmyk(0%, 17%, 57%, 48%) |
| LAB | lab(47.8 1.6 32.9) |
| LCH | lch(47.8 33.0 87.3) |
| OKLCH | oklch(0.551 0.078 87.6) |
Copy-ready code
/* CSS */
color: #856f39;
background-color: #856f39;
/* Tailwind (arbitrary) */
class="text-[#856f39] bg-[#856f39]"
/* SCSS */
$brand: #856f39;
/* SwiftUI */
Color(red: 0.522, green: 0.435, blue: 0.224)
/* Android */
Color.parseColor("#856f39")Accessibility — WCAG contrast
Aa
#856f39 on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856f39 on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green43.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow57.1%
Key (black)47.8%
Color previews
#856f39 text on a black background
contrast 4.33:1
Card sample
#856f39 text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856f39;
Background color
Panel with #856f39 background
background-color: #856f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 111, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 111, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856f39; background: linear-gradient(135deg, #856f39, #688539);