Skip to main content

Wild Willow

#A5BE6A

Wild Willow is a neutral medium color with the hex code #A5BE6A. This moderately saturated hue can be represented as RGB 165, 190, 106 in digital design or CMYK 13%, 0%, 44%, 25% for print applications. Find matching Pantone color.

Wild Willow color values

HEX
#A5BE6A
RGB
165, 190, 106
HSL
78°, 39%, 58%
CMYK
13, 0, 44, 25

About this color

Wild Willow sits at 78° on the color wheel with 39% saturation and 58% lightness, placing it in the yellow segment of the spectrum. The moderate 39% saturation gives it enough color presence to register clearly without competing for dominance in a composition. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.

In digital environments, Wild Willow is rendered as rgb(165, 190, 106), where the green channel leads at 190, with red and blue channels close behind. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.

For print, Wild Willow translates to a CMYK breakdown of 13C 0M 44Y 25K. The low-to-moderate black value (25%) means the color's character in print comes primarily from its yellow ink content (44%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Wild Willow

CSS Variable

:root {
  --brand-primary: #A5BE6A;
  --brand-primary-rgb: 165, 190, 106;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#A5BE6A',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 13%
M: 0%
Y: 44%
K: 25%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(165, 190, 106)
rgba(165, 190, 106, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #A5BE6A?
#A5BE6A is Wild Willow, a neutral medium color with RGB values of 165, 190, 106. It has a hue of 78°, 39% saturation, and 58% lightness in the HSL color space.
What is the RGB value of #A5BE6A?
The RGB color code for #A5BE6A is rgb(165, 190, 106). This means it contains 165 red, 190 green, and 106 blue in the RGB color model.
Is Wild Willow a warm or cool color?
Wild Willow (#A5BE6A) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #A5BE6A in CSS?
You can use #A5BE6A in CSS with: background-color: #A5BE6A; or color: #A5BE6A; or as an RGB value: rgb(165, 190, 106). For print design, use CMYK: 13%, 0%, 44%, 25%.