#856f2c
a dark, vivid yellow · cool · closest name: olive
RGB
133, 111, 44
HSL
45°, 50%, 35%
CMYK
0, 17, 67, 48
Luminance
0.1654
Every format
| HEX | #856f2c |
| RGB | rgb(133, 111, 44) |
| HSL | hsl(45, 50%, 35%) |
| CMYK | cmyk(0%, 17%, 67%, 48%) |
| LAB | lab(47.7 0.5 39.4) |
| LCH | lch(47.7 39.4 89.2) |
| OKLCH | oklch(0.549 0.090 90.9) |
Copy-ready code
/* CSS */
color: #856f2c;
background-color: #856f2c;
/* Tailwind (arbitrary) */
class="text-[#856f2c] bg-[#856f2c]"
/* SCSS */
$brand: #856f2c;
/* SwiftUI */
Color(red: 0.522, green: 0.435, blue: 0.173)
/* Android */
Color.parseColor("#856f2c")Accessibility — WCAG contrast
Aa
#856f2c on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856f2c on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green43.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow66.9%
Key (black)47.8%
Color previews
#856f2c text on a black background
contrast 4.31:1
Card sample
#856f2c text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856f2c;
Background color
Panel with #856f2c background
background-color: #856f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 111, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 111, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856f2c; background: linear-gradient(135deg, #856f2c, #60852C);