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