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