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
#DBF0DC
Zanah color values
- HEX
- #DBF0DC
- RGB
- 219, 240, 220
- HSL
- 123°, 41%, 90%
- CMYK
- 9, 0, 8, 6
Shades & tints
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.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
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.
Frequently asked questions
What color is #DBF0DC?
What is the RGB value of #DBF0DC?
Is Zanah a warm or cool color?
How do I use #DBF0DC in CSS?
background-color: #DBF0DC; or color: #DBF0DC; or as an RGB value: rgb(219, 240, 220). For print design, use CMYK: 9%, 0%, 8%, 6%.