#848639
a dark, soft yellow · cool · closest name: olive
RGB
132, 134, 57
HSL
62°, 40%, 38%
CMYK
2, 0, 58, 48
Luminance
0.2225
Every format
| HEX | #848639 |
| RGB | rgb(132, 134, 57) |
| HSL | hsl(62, 40%, 38%) |
| CMYK | cmyk(2%, 0%, 58%, 48%) |
| LAB | lab(54.3 -11.8 40.4) |
| LCH | lch(54.3 42.1 106.2) |
| OKLCH | oklch(0.602 0.100 110.4) |
Copy-ready code
/* CSS */
color: #848639;
background-color: #848639;
/* Tailwind (arbitrary) */
class="text-[#848639] bg-[#848639]"
/* SCSS */
$brand: #848639;
/* SwiftUI */
Color(red: 0.518, green: 0.525, blue: 0.224)
/* Android */
Color.parseColor("#848639")Accessibility — WCAG contrast
Aa
#848639 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#848639 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green52.5%
Blue22.4%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow57.5%
Key (black)47.5%
Color previews
#848639 text on a black background
contrast 5.45:1
Card sample
#848639 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #848639;
Background color
Panel with #848639 background
background-color: #848639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #848639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 134, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 134, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #848639; background: linear-gradient(135deg, #848639, #518639);