#857200
a dark, electric yellow · cool · closest name: olive
RGB
133, 114, 0
HSL
51°, 100%, 26%
CMYK
0, 14, 100, 48
Luminance
0.1702
Every format
| HEX | #857200 |
| RGB | rgb(133, 114, 0) |
| HSL | hsl(51, 100%, 26%) |
| CMYK | cmyk(0%, 14%, 100%, 48%) |
| LAB | lab(48.3 -2.8 54.3) |
| LCH | lch(48.3 54.4 93.0) |
| OKLCH | oklch(0.553 0.114 97.5) |
Copy-ready code
/* CSS */
color: #857200;
background-color: #857200;
/* Tailwind (arbitrary) */
class="text-[#857200] bg-[#857200]"
/* SCSS */
$brand: #857200;
/* SwiftUI */
Color(red: 0.522, green: 0.447, blue: 0.000)
/* Android */
Color.parseColor("#857200")Accessibility — WCAG contrast
Aa
#857200 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#857200 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green44.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow100.0%
Key (black)47.8%
Color previews
#857200 text on a black background
contrast 4.40:1
Card sample
#857200 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #857200;
Background color
Panel with #857200 background
background-color: #857200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #857200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 114, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 114, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #857200; background: linear-gradient(135deg, #857200, #3F8500);