#858821
a dark, vivid yellow · cool · closest name: olive
RGB
133, 136, 33
HSL
62°, 61%, 33%
CMYK
2, 0, 76, 47
Luminance
0.2270
Every format
| HEX | #858821 |
| RGB | rgb(133, 136, 33) |
| HSL | hsl(62, 61%, 33%) |
| CMYK | cmyk(2%, 0%, 76%, 47%) |
| LAB | lab(54.8 -13.9 51.2) |
| LCH | lch(54.8 53.1 105.2) |
| OKLCH | oklch(0.605 0.121 111.2) |
Copy-ready code
/* CSS */
color: #858821;
background-color: #858821;
/* Tailwind (arbitrary) */
class="text-[#858821] bg-[#858821]"
/* SCSS */
$brand: #858821;
/* SwiftUI */
Color(red: 0.522, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#858821")Accessibility — WCAG contrast
Aa
#858821 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#858821 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green53.3%
Blue12.9%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow75.7%
Key (black)46.7%
Color previews
#858821 text on a black background
contrast 5.54:1
Card sample
#858821 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #858821;
Background color
Panel with #858821 background
background-color: #858821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #858821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #858821; background: linear-gradient(135deg, #858821, #408821);