Skip to main content

Willow Brook

#E3F0DB

Willow Brook is a neutral light color with the hex code #E3F0DB. This moderately saturated hue can be represented as RGB 227, 240, 219 in digital design or CMYK 5%, 0%, 9%, 6% for print applications. Find matching Pantone color.

Willow Brook color values

HEX
#E3F0DB
RGB
227, 240, 219
HSL
97°, 41%, 90%
CMYK
5, 0, 9, 6

About this color

Willow Brook sits at 97° on the color wheel with 41% saturation and 90% lightness, placing it in the green segment of the spectrum. The moderate 41% 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(227, 240, 219), where the green channel leads at 240, 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 5C 0M 9Y 6K. The low-to-moderate black value (6%) means the color's character in print comes primarily from its yellow ink content (9%), 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: #E3F0DB;
  --brand-primary-rgb: 227, 240, 219;
}

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

Tailwind Config

colors: {
  brand: '#E3F0DB',
}

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

Print Design (CMYK)

C: 5%
M: 0%
Y: 9%
K: 6%

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

RGB for Screens

rgb(227, 240, 219)
rgba(227, 240, 219, 0.8)

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

Brands using similar hue

9 brand s with colors near 97° on the color wheel

Frequently asked questions

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