#857400
a dark, electric yellow · cool · closest name: olive
RGB
133, 116, 0
HSL
52°, 100%, 26%
CMYK
0, 13, 100, 48
Luminance
0.1748
Every format
| HEX | #857400 |
| RGB | rgb(133, 116, 0) |
| HSL | hsl(52, 100%, 26%) |
| CMYK | cmyk(0%, 13%, 100%, 48%) |
| LAB | lab(48.9 -3.9 54.7) |
| LCH | lch(48.9 54.9 94.1) |
| OKLCH | oklch(0.558 0.116 99.0) |
Copy-ready code
/* CSS */
color: #857400;
background-color: #857400;
/* Tailwind (arbitrary) */
class="text-[#857400] bg-[#857400]"
/* SCSS */
$brand: #857400;
/* SwiftUI */
Color(red: 0.522, green: 0.455, blue: 0.000)
/* Android */
Color.parseColor("#857400")Accessibility — WCAG contrast
Aa
#857400 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#857400 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green45.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow100.0%
Key (black)47.8%
Color previews
#857400 text on a black background
contrast 4.50:1
Card sample
#857400 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #857400;
Background color
Panel with #857400 background
background-color: #857400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #857400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 116, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 116, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #857400; background: linear-gradient(135deg, #857400, #3D8500);