#856416
a dark, vivid yellow · warm · closest name: olive
RGB
133, 100, 22
HSL
42°, 72%, 30%
CMYK
0, 25, 84, 48
Luminance
0.1416
Every format
| HEX | #856416 |
| RGB | rgb(133, 100, 22) |
| HSL | hsl(42, 72%, 30%) |
| CMYK | cmyk(0%, 25%, 84%, 48%) |
| LAB | lab(44.5 5.8 45.7) |
| LCH | lch(44.5 46.0 82.8) |
| OKLCH | oklch(0.523 0.099 83.6) |
Copy-ready code
/* CSS */
color: #856416;
background-color: #856416;
/* Tailwind (arbitrary) */
class="text-[#856416] bg-[#856416]"
/* SCSS */
$brand: #856416;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.086)
/* Android */
Color.parseColor("#856416")Accessibility — WCAG contrast
Aa
#856416 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856416 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow83.5%
Key (black)47.8%
Color previews
#856416 text on a black background
contrast 3.83:1
Card sample
#856416 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856416;
Background color
Panel with #856416 background
background-color: #856416;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856416;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856416; background: linear-gradient(135deg, #856416, #5C8516);