#857721
a dark, vivid yellow · cool · closest name: olive
RGB
133, 119, 33
HSL
52°, 60%, 33%
CMYK
0, 11, 75, 48
Luminance
0.1829
Every format
| HEX | #857721 |
| RGB | rgb(133, 119, 33) |
| HSL | hsl(52, 60%, 33%) |
| CMYK | cmyk(0%, 11%, 75%, 48%) |
| LAB | lab(49.9 -4.7 46.5) |
| LCH | lch(49.9 46.7 95.7) |
| OKLCH | oklch(0.566 0.104 99.7) |
Copy-ready code
/* CSS */
color: #857721;
background-color: #857721;
/* Tailwind (arbitrary) */
class="text-[#857721] bg-[#857721]"
/* SCSS */
$brand: #857721;
/* SwiftUI */
Color(red: 0.522, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#857721")Accessibility — WCAG contrast
Aa
#857721 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#857721 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow75.2%
Key (black)47.8%
Color previews
#857721 text on a black background
contrast 4.66:1
Card sample
#857721 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #857721;
Background color
Panel with #857721 background
background-color: #857721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #857721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #857721; background: linear-gradient(135deg, #857721, #508521);