Skip to main content

Tiara

#C8D0CD

Tiara is a cool light color with the hex code #C8D0CD. This muted hue can be represented as RGB 200, 208, 205 in digital design or CMYK 4%, 0%, 1%, 18% for print applications. Find matching Pantone color.

Tiara color values

HEX
#C8D0CD
RGB
200, 208, 205
HSL
158°, 8%, 80%
CMYK
4, 0, 1, 18

About this color

Tiara sits at 158° on the color wheel with 8% saturation and 80% lightness, placing it in the cyan segment of the spectrum. At near-zero saturation, it reads as a pure gray, with hue playing almost no role in its character. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.

In digital environments, Tiara is rendered as rgb(200, 208, 205), where the green channel leads at 208, with red and blue channels close behind. Muted saturation at high lightness is a classic formula for soft background fills, placeholder states, and secondary surface colors in light-mode interfaces.

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

CSS Variable

:root {
  --brand-primary: #C8D0CD;
  --brand-primary-rgb: 200, 208, 205;
}

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

Tailwind Config

colors: {
  brand: '#C8D0CD',
}

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

Print Design (CMYK)

C: 4%
M: 0%
Y: 1%
K: 18%

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

RGB for Screens

rgb(200, 208, 205)
rgba(200, 208, 205, 0.8)

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

Frequently asked questions

What color is #C8D0CD?
#C8D0CD is Tiara, a cool light color with RGB values of 200, 208, 205. It has a hue of 158°, 8% saturation, and 80% lightness in the HSL color space.
What is the RGB value of #C8D0CD?
The RGB color code for #C8D0CD is rgb(200, 208, 205). This means it contains 200 red, 208 green, and 205 blue in the RGB color model.
Is Tiara a warm or cool color?
Tiara (#C8D0CD) is a cool color with a hue between 120-300° on the color wheel.
How do I use #C8D0CD in CSS?
You can use #C8D0CD in CSS with: background-color: #C8D0CD; or color: #C8D0CD; or as an RGB value: rgb(200, 208, 205). For print design, use CMYK: 4%, 0%, 1%, 18%.