Skip to main content

Zanah

#DAF1DD

Zanah is a cool light color with the hex code #DAF1DD. This moderately saturated hue can be represented as RGB 218, 241, 221 in digital design or CMYK 10%, 0%, 8%, 5% for print applications. Find matching Pantone color.

Zanah color values

HEX
#DAF1DD
RGB
218, 241, 221
HSL
128°, 45%, 90%
CMYK
10, 0, 8, 5

About this color

Zanah sits at 128° on the color wheel with 45% saturation and 90% lightness, placing it in the green segment of the spectrum. The moderate 45% 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(218, 241, 221), where the green channel leads at 241, 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 10C 0M 8Y 5K. With almost no black ink (5%), this color is built almost entirely from process inks: 10% cyan, 8% yellow. This profile tends toward vibrancy in print, though ink density limits on press may affect saturation on coated versus uncoated stock. 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: #DAF1DD;
  --brand-primary-rgb: 218, 241, 221;
}

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

Tailwind Config

colors: {
  brand: '#DAF1DD',
}

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

Print Design (CMYK)

C: 10%
M: 0%
Y: 8%
K: 5%

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

RGB for Screens

rgb(218, 241, 221)
rgba(218, 241, 221, 0.8)

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

Brands using similar hue

12 brand s with colors near 128° on the color wheel

Frequently asked questions

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