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