Skip to main content

Zanah

#DBF0DC

Zanah is a cool light color with the hex code #DBF0DC. This moderately saturated hue can be represented as RGB 219, 240, 220 in digital design or CMYK 9%, 0%, 8%, 6% for print applications. Find matching Pantone color.

Zanah color values

HEX
#DBF0DC
RGB
219, 240, 220
HSL
123°, 41%, 90%
CMYK
9, 0, 8, 6

About this color

Zanah sits at 123° 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, Zanah is rendered as rgb(219, 240, 220), 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, Zanah translates to a CMYK breakdown of 9C 0M 8Y 6K. The low-to-moderate black value (6%) means the color's character in print comes primarily from its cyan 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 Zanah

CSS Variable

:root {
  --brand-primary: #DBF0DC;
  --brand-primary-rgb: 219, 240, 220;
}

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

Tailwind Config

colors: {
  brand: '#DBF0DC',
}

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

Print Design (CMYK)

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

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

RGB for Screens

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

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

Brands using similar hue

10 brand s with colors near 123° on the color wheel

Frequently asked questions

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