#858547
a dark, soft yellow · cool · closest name: olive
RGB
133, 133, 71
HSL
60°, 30%, 40%
CMYK
0, 0, 47, 48
Luminance
0.2222
Every format
| HEX | #858547 |
| RGB | rgb(133, 133, 71) |
| HSL | hsl(60, 30%, 40%) |
| CMYK | cmyk(0%, 0%, 47%, 48%) |
| LAB | lab(54.3 -9.5 33.3) |
| LCH | lch(54.3 34.6 105.9) |
| OKLCH | oklch(0.602 0.084 108.7) |
Copy-ready code
/* CSS */
color: #858547;
background-color: #858547;
/* Tailwind (arbitrary) */
class="text-[#858547] bg-[#858547]"
/* SCSS */
$brand: #858547;
/* SwiftUI */
Color(red: 0.522, green: 0.522, blue: 0.278)
/* Android */
Color.parseColor("#858547")Accessibility — WCAG contrast
Aa
#858547 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#858547 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green52.2%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow46.6%
Key (black)47.8%
Color previews
#858547 text on a black background
contrast 5.44:1
Card sample
#858547 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #858547;
Background color
Panel with #858547 background
background-color: #858547;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #858547;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 133, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 133, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #858547; background: linear-gradient(135deg, #858547, #5C8547);