Celadon (Green)
#C7DAAA
RGB: 199, 218, 170
Color OverviewHEX #C7DAAA

#C7DAAA Color Code Information

In the RGB color space, #C7DAAA is composed of 78% red, 85% green, and 67% blue. In the HSL color space, it has a hue of 84°, saturation of 39%, and lightness of 76%.

HEX
#C7DAAA
RGB
199, 218, 170
HSL
84°, 39%, 76%
HSV
84°, 22%, 85%
CMYK
9%, 0%, 22%, 15%
Name Match
Celadon
Closest Standard

Shades of #C7DAAA (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #C7DAAA (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #C7DAAA (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #C7DAAA

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #C7DAAA Background
Contrast Ratio against Pure White (#FFFFFF):1.5 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C7DAAA Background
Contrast Ratio against Pure Black (#000000):14.04 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #C7DAAA;
}

.element {
  color: #C7DAAA;
  background-color: #C7DAAA;
  border-color: #C7DAAA;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#C7DAAA] text-[#C7DAAA] border-[#C7DAAA]">
  Content styled with #C7DAAA
</div>