Olive Grove Color Palette
Muted olive greens, earthy and understated.
Use as a gradient →
Colors
#3D3B1F
#5C5A2E
#7A7940
#9C9B5E
#C2C18A
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #3D3B1F | T - | T - | |
| #5C5A2E | T - | T - | |
| #7A7940 | T - | T - | |
| #9C9B5E | T - | T - | |
| #C2C18A | T - | T - |
Each circle shows the color as text on white and black, with a simulated WCAG AA pass/fail badge. Not a guarantee of accessibility compliance.
Olive Grove CSS Code
HEX Copy
#3D3B1F #5C5A2E #7A7940 #9C9B5E #C2C18A
RGBA Copy
rgba(61, 59, 31, 1.0) rgba(92, 90, 46, 1.0) rgba(122, 121, 64, 1.0) rgba(156, 155, 94, 1.0) rgba(194, 193, 138, 1.0)
HSLA Copy
hsla(56, 33%, 18%, 1.0) hsla(57, 33%, 27%, 1.0) hsla(59, 31%, 36%, 1.0) hsla(59, 25%, 49%, 1.0) hsla(59, 31%, 65%, 1.0)
More Color Palettes
FAQ
What colors are in the Olive Grove palette?Muted olive greens, earthy and understated.
How do I turn the Olive Grove palette into a CSS gradient?
Use
background: linear-gradient(to right, #3D3B1F, #5C5A2E, #7A7940, #9C9B5E, #C2C18A);, or click "Use as a gradient" above to open it in the live generator.