#848c73
a balanced, muted green · cool · closest name: gray
RGB
132, 140, 115
HSL
79°, 10%, 50%
CMYK
6, 0, 18, 45
Luminance
0.2490
Every format
| HEX | #848c73 |
| RGB | rgb(132, 140, 115) |
| HSL | hsl(79, 10%, 50%) |
| CMYK | cmyk(6%, 0%, 18%, 45%) |
| LAB | lab(57.0 -7.6 12.4) |
| LCH | lch(57.0 14.6 121.6) |
| OKLCH | oklch(0.626 0.037 121.9) |
Copy-ready code
/* CSS */
color: #848c73;
background-color: #848c73;
/* Tailwind (arbitrary) */
class="text-[#848c73] bg-[#848c73]"
/* SCSS */
$brand: #848c73;
/* SwiftUI */
Color(red: 0.518, green: 0.549, blue: 0.451)
/* Android */
Color.parseColor("#848c73")Accessibility — WCAG contrast
Aa
#848c73 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#848c73 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green54.9%
Blue45.1%
CMYK percentages
Cyan5.7%
Magenta0.0%
Yellow17.9%
Key (black)45.1%
Color previews
#848c73 text on a black background
contrast 5.98:1
Card sample
#848c73 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #848c73;
Background color
Panel with #848c73 background
background-color: #848c73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #848c73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 140, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 140, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #848c73; background: linear-gradient(135deg, #848c73, #738C73);