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