#849b42
a dark, soft green · cool · closest name: olivedrab
RGB
132, 155, 66
HSL
76°, 40%, 43%
CMYK
15, 0, 57, 39
Luminance
0.2874
Every format
| HEX | #849b42 |
| RGB | rgb(132, 155, 66) |
| HSL | hsl(76, 40%, 43%) |
| CMYK | cmyk(15%, 0%, 57%, 39%) |
| LAB | lab(60.5 -21.9 43.2) |
| LCH | lch(60.5 48.5 116.9) |
| OKLCH | oklch(0.652 0.119 121.9) |
Copy-ready code
/* CSS */
color: #849b42;
background-color: #849b42;
/* Tailwind (arbitrary) */
class="text-[#849b42] bg-[#849b42]"
/* SCSS */
$brand: #849b42;
/* SwiftUI */
Color(red: 0.518, green: 0.608, blue: 0.259)
/* Android */
Color.parseColor("#849b42")Accessibility — WCAG contrast
Aa
#849b42 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#849b42 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green60.8%
Blue25.9%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow57.4%
Key (black)39.2%
Color previews
#849b42 text on a black background
contrast 6.75:1
Card sample
#849b42 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #849b42;
Background color
Panel with #849b42 background
background-color: #849b42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #849b42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 155, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 155, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #849b42; background: linear-gradient(135deg, #849b42, #499B42);