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