Skip to main content

Deco

#D3E79C

Deco is a neutral light color with the hex code #D3E79C. This vibrant hue can be represented as RGB 211, 231, 156 in digital design or CMYK 9%, 0%, 32%, 9% for print applications. Find matching Pantone color.

Deco color values

HEX
#D3E79C
RGB
211, 231, 156
HSL
76°, 61%, 76%
CMYK
9, 0, 32, 9

About this color

Deco sits at 76° on the color wheel with 61% saturation and 76% lightness, placing it in the yellow segment of the spectrum. At 61% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.

In digital environments, Deco is rendered as rgb(211, 231, 156), where the green channel leads at 231, with red and blue channels close behind. High saturation at this lightness produces strong contrast against white — effective for CTAs, badges, and elements that need to stop the eye.

For print, Deco translates to a CMYK breakdown of 9C 0M 32Y 9K. The low-to-moderate black value (9%) means the color's character in print comes primarily from its yellow ink content (32%), 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 Deco

CSS Variable

:root {
  --brand-primary: #D3E79C;
  --brand-primary-rgb: 211, 231, 156;
}

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

Tailwind Config

colors: {
  brand: '#D3E79C',
}

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

Print Design (CMYK)

C: 9%
M: 0%
Y: 32%
K: 9%

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

RGB for Screens

rgb(211, 231, 156)
rgba(211, 231, 156, 0.8)

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

Frequently asked questions

What color is #D3E79C?
#D3E79C is Deco, a neutral light color with RGB values of 211, 231, 156. It has a hue of 76°, 61% saturation, and 76% lightness in the HSL color space.
What is the RGB value of #D3E79C?
The RGB color code for #D3E79C is rgb(211, 231, 156). This means it contains 211 red, 231 green, and 156 blue in the RGB color model.
Is Deco a warm or cool color?
Deco (#D3E79C) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #D3E79C in CSS?
You can use #D3E79C in CSS with: background-color: #D3E79C; or color: #D3E79C; or as an RGB value: rgb(211, 231, 156). For print design, use CMYK: 9%, 0%, 32%, 9%.