#856600
a dark, electric yellow · cool · closest name: olive
RGB
133, 102, 0
HSL
46°, 100%, 26%
CMYK
0, 23, 100, 48
Luminance
0.1449
Every format
| HEX | #856600 |
| RGB | rgb(133, 102, 0) |
| HSL | hsl(46, 100%, 26%) |
| CMYK | cmyk(0%, 23%, 100%, 48%) |
| LAB | lab(44.9 4.1 52.0) |
| LCH | lch(44.9 52.1 85.5) |
| OKLCH | oklch(0.527 0.108 87.7) |
Copy-ready code
/* CSS */
color: #856600;
background-color: #856600;
/* Tailwind (arbitrary) */
class="text-[#856600] bg-[#856600]"
/* SCSS */
$brand: #856600;
/* SwiftUI */
Color(red: 0.522, green: 0.400, blue: 0.000)
/* Android */
Color.parseColor("#856600")Accessibility — WCAG contrast
Aa
#856600 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856600 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green40.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow100.0%
Key (black)47.8%
Color previews
#856600 text on a black background
contrast 3.90:1
Card sample
#856600 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856600;
Background color
Panel with #856600 background
background-color: #856600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 102, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 102, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856600; background: linear-gradient(135deg, #856600, #4B8500);