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