Skip to main content

Willow Brook

#E6EFDC

Willow Brook is a neutral light color with the hex code #E6EFDC. This moderately saturated hue can be represented as RGB 230, 239, 220 in digital design or CMYK 4%, 0%, 8%, 6% for print applications. Find matching Pantone color.

Willow Brook color values

HEX
#E6EFDC
RGB
230, 239, 220
HSL
88°, 37%, 90%
CMYK
4, 0, 8, 6

About this color

Willow Brook sits at 88° on the color wheel with 37% saturation and 90% lightness, placing it in the green segment of the spectrum. The moderate 37% saturation gives it enough color presence to register clearly without competing for dominance in a composition. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.

In digital environments, Willow Brook is rendered as rgb(230, 239, 220), where the green channel leads at 239, 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, Willow Brook translates to a CMYK breakdown of 4C 0M 8Y 6K. The low-to-moderate black value (6%) means the color's character in print comes primarily from its yellow ink content (8%), 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 Willow Brook

CSS Variable

:root {
  --brand-primary: #E6EFDC;
  --brand-primary-rgb: 230, 239, 220;
}

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

Tailwind Config

colors: {
  brand: '#E6EFDC',
}

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

Print Design (CMYK)

C: 4%
M: 0%
Y: 8%
K: 6%

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

RGB for Screens

rgb(230, 239, 220)
rgba(230, 239, 220, 0.8)

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

Brands using similar hue

8 brand s with colors near 88° on the color wheel

Frequently asked questions

What color is #E6EFDC?
#E6EFDC is Willow Brook, a neutral light color with RGB values of 230, 239, 220. It has a hue of 88°, 37% saturation, and 90% lightness in the HSL color space.
What is the RGB value of #E6EFDC?
The RGB color code for #E6EFDC is rgb(230, 239, 220). This means it contains 230 red, 239 green, and 220 blue in the RGB color model.
Is Willow Brook a warm or cool color?
Willow Brook (#E6EFDC) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #E6EFDC in CSS?
You can use #E6EFDC in CSS with: background-color: #E6EFDC; or color: #E6EFDC; or as an RGB value: rgb(230, 239, 220). For print design, use CMYK: 4%, 0%, 8%, 6%.