Skip to main content

Wild Willow

#C1C572

Wild Willow is a neutral light color with the hex code #C1C572. This moderately saturated hue can be represented as RGB 193, 197, 114 in digital design or CMYK 2%, 0%, 42%, 23% for print applications. Find matching Pantone color.

Wild Willow color values

HEX
#C1C572
RGB
193, 197, 114
HSL
63°, 42%, 61%
CMYK
2, 0, 42, 23

About this color

Wild Willow sits at 63° on the color wheel with 42% saturation and 61% lightness, placing it in the orange-yellow segment of the spectrum. The moderate 42% 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(193, 197, 114), where the green channel leads at 197, 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 2C 0M 42Y 23K. The low-to-moderate black value (23%) means the color's character in print comes primarily from its yellow ink content (42%), 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: #C1C572;
  --brand-primary-rgb: 193, 197, 114;
}

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

Tailwind Config

colors: {
  brand: '#C1C572',
}

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

Print Design (CMYK)

C: 2%
M: 0%
Y: 42%
K: 23%

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

RGB for Screens

rgb(193, 197, 114)
rgba(193, 197, 114, 0.8)

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

Frequently asked questions

What color is #C1C572?
#C1C572 is Wild Willow, a neutral light color with RGB values of 193, 197, 114. It has a hue of 63°, 42% saturation, and 61% lightness in the HSL color space.
What is the RGB value of #C1C572?
The RGB color code for #C1C572 is rgb(193, 197, 114). This means it contains 193 red, 197 green, and 114 blue in the RGB color model.
Is Wild Willow a warm or cool color?
Wild Willow (#C1C572) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #C1C572 in CSS?
You can use #C1C572 in CSS with: background-color: #C1C572; or color: #C1C572; or as an RGB value: rgb(193, 197, 114). For print design, use CMYK: 2%, 0%, 42%, 23%.